JSP及其WEB技术外文资料翻译
《JSP及其WEB技术外文资料翻译》由会员分享,可在线阅读,更多相关《JSP及其WEB技术外文资料翻译(13页珍藏版)》请在毕设资料网上搜索。
1、 外文资料翻译 资料来源: www.InfoQ.com 文章名: JSP And WEB Technology 书 刊 名: Communications Technology 作 者: Damon Hougland, Aaron Tavistock 出版社: InfoQ, 2010.3 章 节: Chapter3 页 码: P34P45 文 章 译 名 : JSP 及其 WEB 技术 姓 名 : 学 号 : 指导教师 (职称 ): 专 业 : 计算机科学与技术(工程方向) 班 级 : 所 在 学 院 : 计算机科学与工程学院 外文原文 : JSP and WEB technology 1 J
2、SP Introduction JSP (JavaServer Pages) is a Java-based scripting technology. Is advocated by Sun Microsystems Inc., together with a number of companies involved in the establishment of a dynamic web page technology standards. JSP technology is somewhat similar to ASP technology, It is a traditional
3、HTML page file (*. htm, *. html) to insert Java program segment (Scriptlet) and JSP tag (tag), To form the JSP file( *jsp) . Web development with JSP is a cross-platform applications that can run under Linux, but also in other operating systems. In the JSP of the many advantages, one of which is tha
4、t it will be HTML encoded Web page from the business logic separated effectively. JSP access with reusable components, such as Servlet, JavaBean and Java-based Web applications. JSP also supports directly in the Web page embedded Java code. JSP can be used two ways to access documents: JSP documents
5、 sent by the browser request, the request sent to the Servlet. JSP technology uses Java programming language, XML-type tags and scriptlets, to have a package deal with the logic of dynamic pages. Page tags and scriptlets can also exist in the server access to the resources of the application logic.
6、JSP logic and Web page design and display isolated and support reusable component-based design, Web-based applications more quickly and easily developed. The Web server when meets visits the JSP homepage the request, first carries out segment, will then carry out the result code to return together w
7、ith JSP in the document HTML for the customer. The insertion Java segment may operate the database, again the directional homepage and so on, realizes the function which the establishment dynamic homepage needs. JSP and Java Servlet are the same, is in the server end execution, usually returns to th
8、is client side is a HTML text, therefore client side, so long as has the browser to be able to glance over. The JSP page is composed of the HTML code and the inserting Java code. The server in the page by the client side was requested that later will carry on processing to these Java code, will then
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- jsp 及其 web 技术 外文 资料 翻译
