JSP介绍--------外文翻译.doc
文本预览下载声明
附 录
附录A JSP Introduction
JSP is the abbreviation of Java Server Pages. It is the technical standards of dynamic web page. Adding Java programs and JSP marks to the traditional HTML web page files makes JSP web page. The synthesis application network superiority and the user carry on the interaction Moreover JSP is opposite to the traditional homepage manufacture technology says, it has the obvious merit. JSP not like CGI, ISAPI and NSAPI equally difficulty with compiles and the maintenance, simultaneously equally only cannot adapt the small current capacity website like PHP, moreover has the good expansion, also equally does not receive the cross platform like ASP the limit, has solved this cross platform bottleneck. JSP has manifested now the most advanced website development thought.When web-server meets with request for linking JSP, it first executes the program parts. Then it brings the results back to the client with the aid of HTML. All programs are executed at servers.
The JSP inherits title the Java faces to the procedure speech of the object and the advantage of the cross-platform, combine can with close match in language in this marking in super text, compare with traditional the procedure of CGI, the JSP was significant to not only weave to write, carry out easy, but also increase the system carries out the ability.? JSP technique has powerful functions and flexible ways of using. It provides a simple and direct way for the construction of the web page that can display dynamic contents.JavaServer Pages (JSP) technology, Suns presentation model and part of the J2EE platform, has received significant attention.
Above all, JSP technology is about separating content from presentation, foremost in Suns published set of goals for JSP pages. In fact, JSP design stemmed directly from the complaints of developers who were tired of typing out.println(“htmlheadtitle”+ pageInfo.getTitle()+“/title/headhtml”);into their servlet code. This mixing of hard-coded content
显示全部