JSP is an extension of Servlets technology. Servlets and JSP Pages: Best Practices.J2EEweb层组件可以是JSP页面或Servlets 。 J2EE Web components are either JSP pages or servlets . Servlet Defines methods that all servlets must implement.
Web层组件J2EEweb层组件可以是JSP页面或Servlets 。 J2EE Web components are either JSP pages or servlets . 该组件可以和任何JSP/Servlets 应用程序整合。 This component could be integrated in any JSP/Servlets application. Servlets 是一个Java编程语言类,它可以动态地处理请求并作出响应。Servlets are Java programming language that dynamically receives requests and make responses. 除此之外,还有此前列入的技术如Servlets ,EJB和JSF等内容。 These are in addition to previously included technologies such as servlets , EJB's, and JSF. 由于JSP主要在servlets API上实现,因此它可以访问企业JavaAPI。 Since the JSP is mainly implemented on servlets API, it has access to the enterprise Java APIs. Servlets 往往涉及大量的客户端/服务器交互,可能会出现错误但是又难以重现。Servlets tend to involve a large amount of client/server interaction, making errors likely but hard to reproduce. 举个例子,Servlets 比CGI更好,是因为Servlets支持多线程而CGI不支持。 For example, Servlets are better in performance than CGI because Servlet support multi-threading but CGI doesn't. 它不同于大多数其他Web开发框架,如巨蟒Django,Java的Servlets ,或C++…. It differs from most of other web development frameworks like: Python Django, Java Servlets or C++ Wt in following:. 简介:使用Servlets andJavaServerPages(JSP)的最完整和详尽的教程。 Description: Complete and detailed coverage of using Servlets and JavaServer Pages(JSP). JSP页面实际上会被编译成Servlets ,从而拥有这些灵活的服务器端Java应用的全部优势。 JSP pages are actually compiled into servlets , so they have all of the benefits of these flexible, server-side Java applications. Servlets :尽管Servlet在持续流行,可自J2EE1.4以来Servlet的API就没有进行过一次大的修订。Servlets : Despite its continued popularity, the Servlet API hasn't seen a major revision since J2EE 1.4. 你通常不会希望server_root/servlets 在你的classpath中,因为它会禁用servlet的重载。 You normally wouldn't want server_root/servlets in your classpath because it disables servlet reloading. JSPWiki是一款功能丰富,扩展性强的维基引擎,基于标准J2EE组件(Java、servlets 、JSP)架构。 Welcome to JSPWiki, a feature-rich and extensible WikiWiki engine built around the standard J2EE components(Java, servlets , JSP). 很快,fast-cgi,nsapi,isapi和servlets 改进了上述缺点,我们也可以一直连接DB数据库。 Very quickly fast-cgi, nsapi, isapi and servlets improved this which also allowed us to have persistent connections to the DB. 第二版添加Java2和自定义与URL相关的factories,JavaI/O,RMI,servlets 和CORBA的新材料。 The second edition adds coverage of Java 2 and new material on custom URL-related factories, Java I/O, RMI, servlets , and CORBA. 很快,fast-cgi,nsapi,isapi和servlets 改进了这一点,这也使得我们可以连贯地连接到数据库。 Very quickly fast-cgi, nsapi, isapi and servlets improved this which also allowed us to have persistent connections to the DB. JSPWiki是一款功能丰富,扩展性强的维基引擎,基于标准J2EE组件(Java、servlets 、JSP)架构。 JSPWiki is a feature-rich, modular and extensible JSP-based Wiki engine built around the standard J2EE components(Java, servlets , JSP). NET的实现方式打破了常规,它的强大超过了Java中的servlets 和JSP,因此我们认为移植SpringMVC框架是没有价值的。 NET out-of-the-box is much more powerful than servlets and JSP in Java, so we decided that porting Spring MVC didn't really make sense. JSP网页可访问所有J2EE的组件,包括Javabeans,企业级Javabeans及JAVAServlets 。 As part of J2EE, JSP pages have access to all J2EE components, including JavaBeans and Enterprise JavaBeans components and Java servlets . 事实上,你可以将JSP看作一种servlets 的高级抽象,它以Servlet2.1API扩展的形式来实现。 Architecturally speaking, you can view JSP as a high-level abstraction of servlets that is implemented as an extension of the Servlet 2.1 API. 作为J2EE一个组成部分,JSP页面能够访问J2EE的所有组件,包括JavaBeans、EJB和JavaServlets 。 As part of J2EE, JSP pages have access to all J2EE components, including JavaBeans and Enterprise JavaBeans components and Java servlets . Servlets 让基于Java技术的开发者有更大的自由来在Java语言中提供完全的动态服务。Java Servlets give more sophisticated developers of Java technology-based applications the freedom to implement dynamic presentations completely in the Java programming language. 设置你的调试器的类路径,以便它可以找到你的servlet和支持的类,通常是在server_root/servlets 和server_root/classes中。 Set your debugger's classpath so that it can also find your servlets and support classes, typically server_root/servlets and server_root/classes. J2EE1.4提供了完整的Web服务支持功能,该支持是通过新的JAX-RPC1.1API来完成的,该API支持基于servlets 和企业beans的服务端点。 The platform features Web services support through the new JAX-RPC 1.1 API, which provides service endpoints based on servlets and enterprise beans. J2EE1.4提供了完整的Web服务支持功能,该支持是通过新的JAX-RPC1.1API来完成的,该API支持基于servlets 和企业beans的服务端点。 Version 1.4 the of J2EE platform provides complete Web services support through the new JAX-RPC 1.1 API, which supports service endpoints based on servlets and enterprise beans.
Display more examples
Results: 36 ,
Time: 0.0153