servlets

servlet
常用释义
servlet

扩展信息

服务器端小应用
  所以, 对于服务器端小应用 ( servlets ), 选择单联接还是联接池是你的责任. 使用联接池的优点是线程不会成为单个网络联接的瓶 …
服务器小应用
所以, 对于服务器小应用 ( servlets ), 选择单联接还是联接池是你的责任.
伺服器端小应用
所以, 对於伺服器端小应用 ( servlets ), 选择单连结还是连结池是你的责任. 使用连结池的优点是线程不会成为单个网路连结的瓶 …
伺服器小应用
所以, 对於伺服器小应用 ( servlets ), 选择单联接还是联接池是你的责任.
使用行为将控件添
文件统计_java_电脑频道- 唯才教育网 ... ·因用户数据工作量 Perl- ·使用行为将控件添 ·Servlets ·关于C#问题,大 St ...
直接支持
CHAPTER 3... ... 显示信息 Displaying the Information ■ 直接支持 servlets 对信息进行编码 Coding the Information ...
服务程序
" Z! x1 c" K4 d8 q! c0 c第13章 服务程序Servlets): ^6 }+ }& n, v2 f; y+ L( Q概述% z2 N! U& S1 o6 K: g" h% F+ U服务程序的 …

例句

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的相同错误,不过我发现我的很多客户都会犯这种错误。

更进一步地,根据类加载器的结构,攻击者可能在您的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示例同时包含了HTTP与SIPservlets,而正是这让它成为一个集成的应用程序。

他提到他那时在伦敦的一家银行工作,编写Javaservlet来替代用C++编写的老系统。

这种复杂性以及对高性能解决方案的需求意味着更容易实现SPIServlet本机异步执行。

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

这个问题在servlet等服务器端程序中影响更严重。

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

EJB组件倾向于用来包含“后端”业务逻辑,然而servlet和JSP通常只提供了“前端”。

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

服务器,它包含一组运行在应用服务器上的servlet,作为处理设备上的作业的引擎。

如果允许这两个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对任何服务器端工具箱都没有限制——这意味着它可与PHP、Java、servlets、.NET或其他任何后端结合使用。

使用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创建能够分析和操作表单的portlet或servlet,或者为WorkplaceFormsViewer创建扩展。

Servlet之所以能成为Web开发的理想选择,其原因有很多,例如很好的移植性、高效性、安全性、可扩展性和灵活性。

SIP概要文件包括用于调用流建模的servlet和UML协作的原型。

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

改变GUI面板的设计不应造成Servlet和EJB的重编译。

尽管您可能永远不会用Struts实现一个系统,但了解一下Struts或许使您能将其中的一些思想用于您以后的Servlet的JSP实现中。

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

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。

与第一篇文章相同,出于效率和减少负荷方面的考虑,本文也使用了Servlet。

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

从Servet及JSP的动态缓存机制得到的性能的提高是显而易见的,这取决于应用程序的特性。

有时候,不受保护的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之一创建和使用。

如果安装了插件来提供JSP和servlet支持,我们会从这里看到一个用于Web应用程序的附加选项。

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

以下三个代码清单分别演示了在JSP、servlet和portlet中调用本地化包管理器的过程。

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

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