servlets and JSP Same engine is used to process Servlet 2.4 and JSP 1.2 components.
servlet和JSP使用相同的引擎处理Servlet 2.4 和 JSP 1.2组件。
Table 1 lists the four scopes, along with their applicability to servlets and JSP pages, and a description of each scope.
表1列出了这4种作用域,并说明了它们是否能应用于servlet和jsp页面,还给出了对每种作用域的描述。
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或许使您能将其中的一些思想用于您以后的Servlet的JSP实现中。
For example, if you plan to use just servlets and JSP pages and you need to get your users back to the previous page, you can just use the code in Listing 21.
例如,如果您计划只使用servlet和jsp页面,并且需要让用户回到前一个页面,那么可以使用清单21中的代码。
Filters support the basic request processing facilities of servlets and JSP pages, such as logging, performance, security, session-handling, XSLT transformation, and more.
过滤器支持servlet和jsp页面的基本请求处理功能,比如日志记录、性能、安全、会话处理、XSLT转换,等等。
Rather than trying to reinvent the wheel, it complements and can be used in conjunction with these other frameworks, and can even be used with applications based on servlets and JSP pages alone.
该框架并没有另起炉灶,它与其他框架是互补的,并且可以与它们一起使用,甚至可以用于基于servlet和JSP页面的应用程序。
Struts is an MVC implementation that USES Servlets 2.2 and JSP 1.1 tags, from the J2EE specifications, as part of the implementation.
Struts是一种MVC实现,它将Servlet 2.2和JSP 1.1标记(属于J2EE规范)用作实现的一部分。
We moved to an iterative coding cycle using JSP and servlets once the design started to stabilize.
一旦设计开始稳定,我们就进入到了一个使用JSP和servlet的迭代的编码周期。
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一起工作的方式。
In contrast to embed mode, servlets and portlets are much more competent than JSP in extend mode because the page layout is implicitly contained in the XSL.
与嵌入方式相比,在扩展方式中,servlet和portlet要比JSP更能胜任工作,因为页面布局是隐式地包含在XSL中的。
It includes servlets, JSPs, and a JSP tag library but doesn't use any external resources.
它包括servlet、JSP和一个JS p标签库,但没有使用任何外部资源。
The application requires tight integration of object-level security and security for HTML and JSP files, servlets, and client logins.
应用程序要求对象级安全性同html和JSP文件、servlet和客户机登录的安全性紧密集成。
It's easy: Building an application with servlets, JSP files, and EJB components is complex enough without having to deal with database errors, too.
容易:即使不必处理数据库错误,构建具有servlet、JSP文件和EJB组件的应用程序也够复杂的了。
The XML message will be compile-time checked to make sure that it is syntactically correct and well-formed, something we don't get with standard servlets (or JSP, for that matter).
这条XML消息将进行编译时检查,以确保语法正确和格式良好,并获得一些标准servlet(或 JSP)不具备的好处。
This container processes servlets, JSP files and other types of server-side inclusions.
该容器将处理servlet、JSP文件以及其他类型的服务器端内容。
Publishing the static content to a Web server is straightforward since it's already separated from the servlets, JSP components, and other dynamic assets of the site.
向Web服务器发布静态内容很直观,因为它已经与servlet、JSP组件和站点的其他动态资产分离。
Web frameworks offer you a way to get all the benefits of servlets, and typically support JSP pages as well.
Web框架为您提供了一种途径,使您能够获得 servlet的所有受益,通常还支持JSP页面。
Struts is a Web-based MVC solution that is meant be implemented with HTML, JSP files, and servlets.
Struts是一种基于Web的MVC解决方案,所以必须用HTML、JSP文件和servlet来实现它。
All user actions are handled by servlets that call the appropriate methods on the corresponding session beans and then call the appropriate JSP pages to return the results of the action to the user.
用户的所有行为都是由servlet处理的,servlet先调用相应会话bean上的适当方法,然后再调用适当的JS p页面向用户返回行为的结果。
As discussed in the articles on using servlets to output VXML, you'll need to do a little preparation and work to get your VXML files to work well in JSP pages.
就像介绍使用servlet输出VXML的文章中讨论的那样,为使您的VXML文件在jsp页面中很好地工作,您需要做一点准备工作。
With the addition of the Tomcat plug-in, this IDE becomes a great tool for managing entire Web projects, including HTML and JSP pages, ICONS, and servlets.
加上tomcat插件之后,这个IDE就是管理整个Web项目(包括HTML和jsp页面、图标和servlet)的一个非常优秀的工具。
In the Model 2 architecture the controller is represented by Servlets and display is delegated to JSP pages.
在Model2架构中,控制器是由Servlets来表示的,而显示则委派给jsp页面。
After installation, you can invoke the Web components (that is, servlets, JSP and HTML pages) in the new Web module from any Web browser.
安装之后,可以从任何Web浏览器调用新web模块中的We b组件(即,servlet、JSP和html页面)。
The tutorial provides an overview of JSP, servlets, and Web services but is not intended to cover those technologies in depth.
本教程概述JSP、servlet和Web服务,但不会深入讨论这些技术。
Table 1 describes the MVC view layer without Ajax and indicates the amount of code needed, assuming that the controller layer is implemented by servlets and the view layer by JSP technology.
表1描述了没有Ajax的视图层,还指出了需要的代码假设控制器层由servlet实现,视图层由JSP技术实现。
Contrast Table 1 with Table 2, which describes the MVC view layer with Ajax, again assuming that the controller layer is implemented by servlets and the view layer by JSP technology.
对比表1和表2,表2描述了有ajax的MV c视图层,同样假设控制层由servlet实现,视图层由JSP技术实现。
Contrast Table 1 with Table 2, which describes the MVC view layer with Ajax, again assuming that the controller layer is implemented by servlets and the view layer by JSP technology.
对比表1和表2,表2描述了有ajax的MV c视图层,同样假设控制层由servlet实现,视图层由JSP技术实现。
应用推荐