JSP 技术外文翻译
《JSP 技术外文翻译》由会员分享,可在线阅读,更多相关《JSP 技术外文翻译(34页珍藏版)》请在毕设资料网上搜索。
1、东华理工大学毕业设计 外文翻译 1 JSP Technology( 外文原文 ) JSP (JavaServer Pages) is a kind of based on Java script technology. In many of the advantages of JSP, one of which is it can the HTML code from Web pages in the business logic of the effectively separated. With JSP visit reusable components, such as Servlet,
2、 JavaBean and based on Java Web applications. JSP also support in Web page direct embedded Java code. The two methods can visit JSP files: browser to send files request, sent to the JSP Servlet request. JavaServer Pages technology is an extension of the Java Servlet technology. Servlets are platform
3、-independent, server-side modules that fit seamlessly into a Web server framework and can be used to extend the capabilities of a Web server with minimal overhead, maintenance, and support. Unlike other scripting languages, servlets involve no platform-specific consideration or modifications; they a
4、re application components that are downloaded, on demand, to the part of the system that needs them. Together, JSP technology and servlets provide an attractive alternative to other types of dynamic Web scripting/programming by offering: platform independence; enhanced performance; separation of log
5、ic from display; ease of administration; extensibility into the enterprise; and, most importantly, ease of use. The Unified Expression Language (EL) The simple EL included in JSP 2.0 technology offers many advantages to the page author. Using simple expressions, page authors can easily access extern
6、al data objects from their pages. The JSP technology container evaluates and resolves these expressions as it encounters them. It then immediately returns a response because the JSP request-processing model has only one phase, the render phase. However, because the request-processing model does not
7、support a postback, all JSP expressions are read-only. Unlike JSP technology, JavaServer Faces technology supports a multiphase life cycle. When a user enters values into the JavaServer Faces UI components and submits the page, those values are converted, validated, and propagated to server-side dat
8、a objects, after which component events are processed. In order to perform all these tasks in an orderly fashion, the JavaServer Faces life cycle is split into separate phases. Therefore, JavaServer Faces technology evaluates expressions at different phases of the life cycle rather than immediately,
9、 as JSP technology would do. 东华理工大学毕业设计 外文翻译 2 JSP technology - friend or foe? Presentation technology was designed to transform plain ol raw Web content into content wrapped in an attractive presentation layer. JavaServer Pages (JSP) technology, Suns presentation model and part of the J2EE platform
10、, has received significant attention. There are both advantages and disadvantages to using JSP technology, and Web developers should be aware of the good and the bad - and know that they dont have to be limited to this single technology. In fact, these days a number of presentation technologies are
11、available. This article begins by defining the problems presentation technologies were designed to solve. It then examines the specific strengths and weaknesses of the JSP model. Finally, it introduces some viable alternatives to Suns presentation technology. A bit of historyBefore diving into an ex
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- jsp 技术 外文 翻译
