1 / 17

Java 網路程式設計

Java 網路程式設計. 第 14 章 Web 伺服端的 Servlet 設計與 JSP. Sun Java 技術的多重式架構 ( 資料來源: java.sun.com). 如何建立和處理具有執行程式能力的 Web 文件. Web client 的執行程式設計 Java byte code JavaScript Web Server 端的執行程式的設計 CGI ( Common Gateway Interface ) 伺服端的嵌入( Server-side plug-in ) Web 伺服器端的擴充.

henrik
Télécharger la présentation

Java 網路程式設計

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java網路程式設計 第14章 Web伺服端的 Servlet設計與JSP

  2. Sun Java技術的多重式架構(資料來源:java.sun.com)

  3. 如何建立和處理具有執行程式能力的Web文件 • Web client的執行程式設計 • Java byte code • JavaScript • Web Server端的執行程式的設計 • CGI(Common Gateway Interface) • 伺服端的嵌入(Server-side plug-in) • Web伺服器端的擴充

  4. Web client端執行從Web Server端下載的Java位元碼

  5. Web Server端執行的程式

  6. Sun Java的Servlet技術與其他技術的關聯(java.sun.com)

  7. Servlet 比較看好的優點 • 跨平台的特性 • 效能

  8. Servlet作用的原理

  9. Java servlet溝通的模式

  10. Servlet的應用與實例 • 提供使用者輸入表單介面的HTML文件 • 處理表單資料的 Servlet 程式 • servlet.properties 檔案的內容

  11. Servlet與Applet整合傳統與開放系統的架構

  12. 讓Web 伺服器根據使用者的回應來組合出各種資訊 • 即時更新的大量資訊 • 搜尋引擎 • 多元化的應用

  13. JSP 運作的原理

  14. JSP 兩段式的處理程序

  15. 建立測試JSP的環境 • Tomcat 與 Java Web Server • jakarta.apache.org的網站 • Tomcat提供的管理者介面 • server.xml的設定

  16. 一個 servlet 程式的生命週期

  17. 建立一個簡單的JSP應用 • 強調動態的網頁內容與互動性。 • 從網路應用系統發展的角度來談,Web 伺服程式會提供資源,但有時候得從使用者端取得所需資源的特徵 。

More Related