文档详情

JSP及其WEB技术外文资料翻译.doc

发布:2019-04-17约2.57万字共15页下载文档
文本预览下载声明
PAGE 外文资料翻译 资料来源:www.InfoQ.com 文章名:JSP And WEB Technology 书刊名:《Communications Technology》 作 者:Damon Hougland, Aaron Tavistock 出版社:InfoQ,2010.3 章 节:Chapter3 页 码:P34~P45 文 章 译 名: JSP及其WEB技术 姓 名: 学 号: 指导教师(职称): 专 业: 计算机科学与技术(工程方向) 班 级: 所 在 学 院: 计算机科学与工程学院 外文原文: JSP and WEB technology 1 JSP 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 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 that 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 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. 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 with JSP in the document HTML for the custome
显示全部
相似文档