While this might not follow the best practice in servlet and JSP development, the intent here is to show the JAX-RPC service invocation.
这可能并不遵循Servlet和JSP开发中的最佳实践,但此处的目的是为了说明如何进行JAX - RPC服务调用。
Developing an employee-information panel using conventional JSP and servlet technologies.
使用传统的JSP和servlet技术开发员工信息面板。
In turn, the JSP extension processor creates one servlet wrapper object for each requested JSP.
JSP扩展处理器依次对每个请求的JS p生成一个servlet封装器对象。
This event fires every time a JSP or servlet application starts.
每当jsp或servlet应用程序启动时,就会触发此事件。
Request is most suited to circumstances where a single user request may involve more than one servlet or JSP page.
request最适合的环境是:单个的用户请求可能涉及不止一个的servlet或jsp页面。
Caching is generally not as simple as specifying a particular servlet, JSP, or command to cache.
高速缓存通常并不是简单地指定某一个servlet、JSP和command来加以缓存。
The principal function of the Web container is for servlet and JSP components, but it still provides global transaction support.
web容器的主要功能是针对Servlet和JSP组件,但是它也提供全局事务支持。
The architecture used here is a typical separation of content presentation from content generation and is one of the suggested servlet and JSP implementations.
这里使用的体系结构是内容显示与内容生成的典型分离,是一种推荐的servlet和JSP实现。
Servlet caching, on the other hand, enables servlet and JSP response fragments to be stored and managed by a customizable set of caching rules.
另一方面,servlet缓存使servlet和JSP响应分段能由一组可定制的缓存规则来存储和管理。
This way, a single JSP servlet can handle multiple concurrent requests.
这样,单个JSP Servlet可以处理多个并发请求。
You can now deploy this JSP page to your servlet engine, and then set up that JSP page as the source for a VoiceXML application.
您现在可以将这个JSP页面部署到servlet引擎,然后将部署好的JSP页面设置为VoiceXML应用程序的源。
Thus, filters can be added or removed as necessary without breaking the servlet or JSP page.
因而,过滤器可以根据需要添加或删除,而不会破坏servlet或jsp页面。
One way you can further improve the manageability of your servlet/JSP application is to use constants for referencing all your JSP page destinations.
能够进一步提高servlet/JSP应用程序的可管理性的一种方式就是使用常量来引用所有 JSP页面目标。
For most of the remainder of this article, we will discuss the servlet and JSP code that drives this application. We'll examine the ways in which JSPs and servlets work together.
在本文余下的大多数内容中,我们会讨论实现该应用的Servlet和JSP代码,并会考察JSP和Servlet一起工作的方式。
This is because the JSP servlet generated by a JSP container must meet many requirements that make JSP technology powerful and simple to use.
这是因为jsp容器生成的JSP Servlet必须满足很多使JSP技术更为强大和易用的要求。
The servlet container creates a new servlet context while starting a JSP or servlet application.
启动JSP或servlet应用程序时,servlet容器创建一个新的 servlet上下文。
I would have had to explain the best practice to use data transfer objects to flow data from the servlet to the JSP.
我不得不解释使用数据传输对象来在servlet和JSP之间传输数据的最佳经验。
The servlet/JSP container will call the contextInitialized() method during the application initialization.
servlet/JSP容器会在应用程序初始化期间调用 contextInitialized()方法。
So, servlet filters can be applied between the client and servlet, the servlet and a servlet or JSP page, and between each included JSP page as well.
因此,servlet过滤器可以应用在客户机和servlet之间、servlet和servlet或jsp页面之间,以及所包括的每个jsp页面之间。
Config allows initialization data to be passed to a JSP page's servlet.
Config允许将初始化数据传递给一个jsp页面的servlet。
Requests that require dynamic content (using a JSP or servlet) are passed through to the application server.
需要动态内容的请求(使用JSP或servlet)将被传递给应用程序服务器。
Jetty is the default servlet and JSP container integrated with Geronimo.
Jetty是与Geronimo集成的默认servlet和jsp容器。
Struts requires a servlet container that supports JSP 1.1 and servlet 2.2 specifications.
Struts需要支持JSP 1.1和servlet 2.2规范的servlet容器。
The JSP container compiles the JSP file into servlet form.
jsp容器将JSP文件编译成servlet形式。
Translation of the HTML can be accomplished by coding, using a servlet, a JSP, or by using separate pages for each language.
通过编码、使用servlet、JSP或对每种语言使用不同的页面,可以实现HTML的翻译。
The Apache AJP protocol is packet-oriented and enables the Web server to communicate with the JSP/servlet container over TCP connections.
ApacheAJP协议面向数据包,它允许Web服务器通过TCP连接与JSP/Servlet容器进行通信。
The JSP extension processor and JSP servlet wrappers are responsible for performing the actions in Table 2.
JSP扩展处理器和JSP servlet封装器负责执行表2中的操作。
Next we'll define the security roles for security roles are named sets of users that will have access to secure resources (like a servlet, JSP, EJB or SCA component) and methods.
接下来,我们将定义安全角色。安全角色是具有安全资源(如servlet、JSP、EJB或SCA组件)及方法的访问权限的命名用户集。
The servlet forwards control to the JSP to display the data.
servlet 将控制权转移给JSP以显示数据。
They can dynamically intercept requests sent to and responses returned by a Servlet (or JSP) deployed in a Servlet container.
它们可以动态地拦截发送到servlet容器中部署的servlet(或jsp)的请求和返回的响应。
应用推荐