freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

外文翻譯---servlet和jsp技術(shù)概要-jsp程序-預(yù)覽頁

2025-06-21 11:09 上一頁面

下一頁面
 

【正文】 tabases or applications on the HTTP server. Their job is to perform the following tasks, as illustrated in Figure 11. Figure 11 1. Read the explicit data sent by the client. The end user normally enters this data in an HTML form on a Web page. However, the data could also e from an applet or a custom HTTP client program. 2. Read the implicit HTTP request data sent by the browser. Figure 11 shows a single arrow going from the client to the Web server (the layer where servlets and JSP execute), but there are really two varieties of data: the explicit data that the end user enters in a form and the behindthescenes HTTP information. Both varieties are critical. The HTTP information includes cookies, information about media types and pression schemes the browser understands, and so on. 3. Generate the results. This process may require talking to a database, executing an RMI or EJB call, invoking a Web service, or puting the response directly. Your real data may be in a relational database. Fine. But your database probably doesn39。 you need to talk to the database. Going from the client to the Web tier to the database (a threetier approach) instead of from an applet directly to a database (a twotier approach) provides increased flexibility and security with little or no performance penalty. After all, the database call is usually the ratelimiting step, so going through the Web server does not slow things down. In fact, a threetier approach is often faster because the middle tier can perform caching and connection pooling. Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 4 In principle, servlets are not restricted to Web or application servers that handle HTTP requests but can be used for other types of servers as well. For example, servlets could be embedded in FTP or mail servers to extend their functionality. And, a servlet API for SIP (Session Initiation Protocol) servers was recently standardized (see In practice, however, this use of servlets has not caught on, and we39。 It can protect data platform efficiently with management visit limits of authority, server database is also safe. Now in my courtyard, ( Intra ) , outer ( Inter ) with Beijing eastern clear big pany law case and the management software of official business is the structural management software of B/S , policemen each working station in local area work pass through WWW browser can realize working business. Especially in JAVA step platform language appearance after, the configuration management software of B/S is more facilitated , is shortcut, efficient. ( 1 ) The Maintenance of inferior position and upgrading way are simple. Now upgrading and the improvement of software system more and more frequently, Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 6 the product of the configuration of B/S embodies more convenient property obviously. For one a little a little bit big unit , if systematic administrator needs , between hundreds of 1000 even last puters round trip run , efficiency and workload is to can imagine, but the configuration of B/S software needs management server have been all right , all customer ends are browser only, need not do any maintenance at all. No matter the scale of user has , is what , has how many branch will not increase any workload of maintenance upgrading , is all to operate needs to aim at server to go on。 關(guān)鍵字 : JSP 技術(shù), Servlet, HTTP 服務(wù) 的功能 Servlets 是運(yùn)行在 Web 或應(yīng)用服務(wù)器上的 Java 程序,它是一個中間層,負(fù)責(zé)連接來自 Web瀏覽器或其他 HTTP客戶程序的請求和 HTTP服務(wù)器上的數(shù)據(jù)庫或應(yīng)用程序。然而,數(shù)據(jù)還有可能來自 applet 或定制的 HTTP 客戶程序。 HTTP 信息包括 cookie、瀏覽器所能識別的媒體類型和壓縮模式等。該數(shù)據(jù)庫可Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 11 能不理解 HTTP,或者不能返回 HTML 形式的結(jié)果,所有 Web瀏覽器不能直接與數(shù)據(jù)庫進(jìn)行會話。 ( 4) 向客戶發(fā)送顯式數(shù)據(jù)(即文檔)。 圖 中顯示了一條從 Web 中間層到客戶端的單箭頭。 動態(tài)構(gòu)建網(wǎng)頁的原因 預(yù)先建立的文檔可以滿足客戶的許多請求,服務(wù)器無需調(diào)用 servlet 就可以處理這些請求。在沒有讀取到用戶提交的數(shù)據(jù)之前,我們不知道應(yīng)該顯示什么。 頁面由頻繁改變的數(shù)據(jù)導(dǎo)出。例如,天氣預(yù)報或新聞網(wǎng)站可能會動態(tài)地構(gòu)建頁面,也有可能會返回之前構(gòu)建的頁面(如果它還是最新的話)。顯然,這樣很愚蠢;這種情況下,我們需要與數(shù)據(jù)庫進(jìn)行會話。例如, servlet 能夠嵌入到 FTP或郵件服務(wù)器中,擴(kuò)展他們的功能。如果 CGI 程序自身相對比較簡短,那么啟動進(jìn)程的開銷會占用大部分執(zhí)行時間。這種方式減少了服務(wù)器的內(nèi)存需求,通過實(shí)例化更少的對象從而節(jié)省了時間。 Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 13 便利 Servelt 提供大量的基礎(chǔ)構(gòu)造,可以自動分析和解碼 HTML 的表單數(shù)據(jù),讀取和設(shè)置 HTTP 報頭,處理 cookie,跟蹤會話,以及其他次類高級功能。例如,與 Web服務(wù)器的通信使得講相對 URL 轉(zhuǎn) 換成具體的路徑名變得更為容易。所有主要的 Web 服務(wù)器。 iPla Enterprise Server。它是隨著 Inter技術(shù)的興起,對 C/S 結(jié)構(gòu)的一種變化或者改進(jìn)的結(jié)構(gòu)。它是一次性到位的開發(fā),能實(shí)現(xiàn)不同的人員,從不同的地點(diǎn),以不同的接入方式(比Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 14 如 LAN, WAN, Inter/Intra 等)訪問和操作共同的數(shù)據(jù)庫;它能有效地保護(hù)數(shù)據(jù)平臺和管理訪問權(quán)限,服務(wù)器數(shù)據(jù)庫也很安全 。 目前,軟件系統(tǒng)的改進(jìn)和升級越來越頻繁, B/S 架構(gòu)的產(chǎn)品明顯體現(xiàn)著更為方便的特性。今后,軟件升級和維護(hù)會越來越容易,而使用起來會越來越簡單 ,這 對用戶人力、物力、時間、費(fèi)用的節(jié)省是顯而易見的,驚人的。 現(xiàn)在的趨勢是凡使用 B/S 架構(gòu)的應(yīng)用管理軟件,只需安裝在 Linux 服務(wù)器上即可,而且安全性高。 由于 B/S 架構(gòu)管理軟件只安裝在服務(wù)器端 ( Server)上 , 網(wǎng)絡(luò)管理人員只需要管理服務(wù)器就行了,用戶界面主要事務(wù)邏輯在服務(wù)器( Server)端完全通過Servlet 和 Jsp 技術(shù)概要 軟件工程 081 婁文 520813130116 15 WWW 瀏覽器實(shí)現(xiàn),極少部分事務(wù)邏輯在前端( Browser)實(shí)現(xiàn),所有的客戶端只有瀏覽器,網(wǎng)絡(luò)管理人員只需要做硬件維護(hù)。因此,通過使用 servelt 和 jsp,我們可以從免費(fèi)或廉價的服務(wù)器開始,在項(xiàng)目獲得初步成功后,在移植到更高性能或高級管理工具的昂貴的服務(wù)器上。印度接近列表的頂端,可能僅次于美國。其次,這兩個國家的貨幣對美元的匯率都極為不利。他們的 servelt 和 jsp 不需要重寫編寫。如果項(xiàng)目變得極為龐大,錯綜復(fù)雜,他們或許希望使用Enterprise JavaBeans 來封裝他們的商業(yè)邏輯。他們還是不需要做出任何更改。 問題的第二個來源是,一些 CGI程序用不自動檢查數(shù)組和字符串邊界的語言編寫而成 。即使 servelt 執(zhí)行系統(tǒng)調(diào)用激活本地操作系統(tǒng)上的程序,它也不會用到外殼來完成這項(xiàng)任務(wù)。它們用在航空業(yè)、電子商務(wù)、在線銀行、 web 搜索引擎、門戶、大型金融網(wǎng)站、以及成百上千您日常光顧的其他網(wǎng)站。
點(diǎn)擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計(jì)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1