servlets

servlets

 英

  • 网络服务器端小应用;服务器小应用;伺服器端小应用

例句

Just as you've seen in previous articles with servlets, JSP pages make it trivial to link between VXML pages.

之前关于servlet文章已经提到JSP页面使VXML页面之间链接变得轻而易举

As I moved over to server-side Java programming, I did not make the same mistakes with servlets, but I found that many of my customers did.

转向服务器Java编程没有再犯有关servlet相同错误不过发现很多客户都会这种错误

Further, depending on the classloader structure, an attacker may be able to invoke servlets outside of your Web application.

更进一步根据加载结构攻击可能Web应用程序外部调用Servlet

It's easy to take a core servlet that outputs basic VXML and extend it with other servlets, each of which provide custom behavior.

可以容易实现一个输出基本VXML核心servlet其他servlet提供定义行为扩展

Stateless Factorizer is, like most servlets, stateless: it has no fields and references no fields from other classes.

大多数servlet实现那样状态分解就是没有其他应用引用没有引用其他

The Call Forwarding sample has both HTTP and SIP servlets, which is what makes it a converged application.

CallForwarding示例同时包含HTTPSIPservlets正是成为一个集成应用程序

He mentioned he was working for a bank in London, writing Java servlets to replace an older system written in C++.

提到那时伦敦一家银行工作编写Javaservlet替代C++编写系统

This complexity and a need for a high performing solution meant that it was easier to make the SIP servlets natively asynchronous.

这种复杂性以及高性能解决方案需求意味容易实现SPIServlet异步执行

This problem tends to be worse in server-side programs like servlets.

这个问题servlet服务器程序影响更严重

This can happen for servlets, session beans using bean-managed transactions, and for a few other scenarios.

使用Bean管理事务会话Bean一些其他情况发生这种现象

EJB components tend to be used for containing "back end" business logic, while servlets and JSPs generally provide a "front end" .

EJB组件倾向用来包含业务逻辑然而servletJSP通常提供前端”。

A server, which comprises a set of servlets running in an application server, that works as the engine for processing jobs on devices.

服务器包含运行应用服务器servlet作为处理设备作业引擎

If both servlets are allowed to read and update the same state machine without synchronization, the state machine logic might not work.

如果允许两个servlet读取更新一个状态而无需同步状态逻辑可能不会工作

Dojo isn't tied to any specific server-side toolkit -- meaning it can be used with PHP, Java servlets, . NET, or any other back end.

Dojo任何服务器工具箱没有限制——意味PHPJavaservlets、.NET其他任何结合使用

This can happen for servlets, session beans using bean-managed-transactions, and a few other scenarios.

使用bean管理事务会话bean一些其它场景可能发生这种情况

Use the API to create portlets or servlets that can parse and interact with forms, or to create extensions for Workplace Forms Viewer.

使用这个API创建能够分析操作表单portletservlet或者WorkplaceFormsViewer创建扩展

Servlets are an ideal choice for Web development for a number of reasons: portability, efficiency, safety, extensibility, and flexibility.

Servlet之所以成为Web开发理想选择原因很多例如移植高效安全性扩展灵活性

The SIP profile includes stereotypes for servlets and UML collaborations used for call flow modeling.

SIP概要文件包括用于调用建模servletUML协作原型

Changing the layout of a GUI panel should not cause you to recompile your servlets and EJBs.

改变GUI面板设计造成ServletEJB编译

You may never implement a system with Struts, but looking at Struts may give you some ideas on your future Servlets and JSP implementations.

尽管可能永远不会Struts实现一个系统了解一下Struts或许使其中一些思想用于以后ServletJSP实现

You understand how listeners, filters, and servlets coordinate with one another.

已经了解侦听过滤器servlet如何相互协作

Servlets are invoked asynchronously in relation to the main logical sequence of a web application.

Servlets根据web应用程序逻辑顺序异步调用

The session is tied to a specific user, but shared across all servlets in a Web application -- it is not specific to a single servlet.

会话绑定特定用户但是Web应用程序所有servlet共享——特定一个servlet

Like the first article, this article uses Servlets due to their efficiency and minimal overhead.

第一文章相同出于效率减少负荷方面考虑本文使用Servlet

The performance gains from dynamic caching of servlets and JSPs can be substantial, depending on the application characteristics.

ServetJSP动态缓存机制得到性能提高显而易见这取决于应用程序特性

Sometimes unprotected servlets still need the user's identity information if it is available.

有时候保护Servlet仍然需要用户标识信息如果可用)。

These DB-aware objects will reside on the Web server, and will be created and used by one of the servlets.

这些DB-aware对象驻留Web服务器servlet之一创建使用

If there were a plug-in installed to supply support for JSPs and servlets, we would see an additional option here for Web applications.

如果安装插件提供JSPservlet支持我们这里看到一个用于Web应用程序附加选项

The following three code listings demonstrate the call procedure for a localization pack manager in JSPs, servlets, and portlets.

以下三个代码清单分别演示JSPservletportlet调用本地化管理器过程

Use an HttpURLConnection to call the remote Web application's servlets.

可以使用HttpURLConnection方法调用远程Web应用程序servlet

All or some of these elements may be copied and pasted into the WEB-INF file in order to configure JSPs as servlets.

为了JSP配置servlet复制粘贴所有部分这些元素WEB-INF文件

All future servlets that use my domain objects will work just fine, and with no further ado.

使用对象所有未来servlets运作无需ado

Many of these application are either web applications using Java servlets, JSP, etc. or standalone server side services.

这些应用程序很多网络应用程序利用JavaservletsJSP构建或者使用独立服务服务

GWT allows you to easily access server-side servlets by using Remote Procedure Calls (RPCs).

GWT允许使用远端过程调用(RemoteProcedureCall,RPC)轻松访问服务器servlet

Portlets are similar to servlets, but they focus on the presentation layer of your application.

Portletservlet类似前者关注应用程序表示

This interface is intended to wrap servlets, but a servlet container can create RequestDispatcher objects to wrap any type of resource.

接口目的包装servlet但是servlet容器创建RequestDispatcher可以包装任何类型资源

It has an @Startup annotation which is similar in concept to the servlet , but unlike servlets it doesn't take a number as an argument.

具有@Startup注解概念Servlet相似Servlet不同数字作为参数

Apache Jakarta Tomcat has long been the reference container implementation for the latest servlets and JSP specifications.

ApacheJakartaTomcat一直最新servletsFSP规范参考容器实现

Find servlet-mappings. xml and servlets. xml in the code tree, and see how the Struts Action Servlet is declared.

代码找到servlet-mappings.xmlservlets.xml,查看Struts动作Servlet声明方式

This may be dynamically computed, but it helps when you specify different values for different servlets.

需要进行动态计算不同servlet指定不同提供帮助

热门查询