servlet和jsp技術簡述-------外文文獻翻譯.doc
約14頁DOC格式手機打開展開
servlet和jsp技術簡述-------外文文獻翻譯,摘要:servlet程序在服務器端運行,動態(tài)地生成web頁面與傳統(tǒng)的cgi和許多其他類似cgi的技術相比,java servlet具有更高的效率,更容易使用,功能更強大,具有更好的可移植性,更節(jié)省投資。關鍵字:jsp技術,servlet,http服務1.1servlet的功能servlets是運行在web或應用服務器上...
![](http://img.queshao.com/images/pcgzh.gif)
![](http://preview.queshao.com/tobuy/269056.gif)
內容介紹
此文檔由會員 wanli1988go 發(fā)布
摘要:Servlet程序在服務器端運行,動態(tài)地生成Web頁面與傳統(tǒng)的CGI和許多其他類似CGI的技術相比,Java Servlet具有更高的效率,更容易使用,功能更強大,具有更好的可移植性,更節(jié)省投資。
關鍵字:JSP技術,Servlet,HTTP服務
1.1Servlet的功能
Servlets是運行在Web或應用服務器上的Java程序,它是一個中間層,負責連接來自Web瀏覽器或其他HTTP客戶程序的請求和HTTP服務器上的數(shù)據(jù)庫或應用程序。Servlet的工作是執(zhí)行西門的任務,如圖1.1所示 。
Nagle and Wiegley
Abstract: Servlet program running in the server-side, dynamically generated Web page with the traditional CGI and many other similar compared to CGI technology, Java Servlet with a more efficient, easier to use, more powerful and has better portability, more savings to invest .
Key words: JSP Technology, Servlet, HTTP server
1.1 A Servlet's Job
Servlets are Java programs that run on Web or application servers, acting as a middle layer between requests coming from Web browsers or other HTTP clients and databases or applications on the HTTP server. Their job is to perform the following tasks, as illustrated in Figure 1-1.
關鍵字:JSP技術,Servlet,HTTP服務
1.1Servlet的功能
Servlets是運行在Web或應用服務器上的Java程序,它是一個中間層,負責連接來自Web瀏覽器或其他HTTP客戶程序的請求和HTTP服務器上的數(shù)據(jù)庫或應用程序。Servlet的工作是執(zhí)行西門的任務,如圖1.1所示 。
Nagle and Wiegley
Abstract: Servlet program running in the server-side, dynamically generated Web page with the traditional CGI and many other similar compared to CGI technology, Java Servlet with a more efficient, easier to use, more powerful and has better portability, more savings to invest .
Key words: JSP Technology, Servlet, HTTP server
1.1 A Servlet's Job
Servlets are Java programs that run on Web or application servers, acting as a middle layer between requests coming from Web browsers or other HTTP clients and databases or applications on the HTTP server. Their job is to perform the following tasks, as illustrated in Figure 1-1.