Sun Certification Training Guide (310-080): Java 2 Enterprise Edition (J2EE) Web (Paperback)
暫譯: Sun 認證訓練指南 (310-080):Java 2 企業版 (J2EE) 網頁 (平裝本)

Alain Trottier

  • 出版商: QUE
  • 出版日期: 2002-11-07
  • 售價: $2,380
  • 貴賓價: 9.5$2,261
  • 語言: 英文
  • 頁數: 544
  • 裝訂: Paperback
  • ISBN: 0789728214
  • ISBN-13: 9780789728210
  • 相關分類: Java 程式語言
  • 已過版

買這商品的人也買了...

相關主題

商品描述

Table of Contents

I. BECOMING A SUN CERTIFIED J2EE WEB COMPONENT DEVELOPER.

1. The Java Web Component Developer for J2EE Platform Exam.
Introduction. Certification Benefits. Certification Roadmap. Exam Information. What the Exam Covers. How the Exam Is Given. Exam Preparation. How to Take the Exam. Coding Style. Specifications. Courses.

2. Exam Preparation Strategy.
Introduction. Prepare for the Exam with a Plan.

3. JSP and Servlet Overview.
Introduction. The Servlet Story. Servlet and JSP History. Web Servers and Servlet Containers. JSP.

4. Servlet Container Model.
Introduction. Overriding HttpServlet GET, POST, and PUT Methods. Triggering HttpServlet GET, POST, and PUT Methods. Interfacing with HTML Requests. Web Application Scope. Servlet Life-cycle. Using a RequestDispatcher. Web Application Context. Context Within a Distributable Web Application.

5. Servlet Exceptions.
Introduction. Returning an Error Code to the Client. WebApp Log.

6. Session Management.
Introduction. Sharing State Information Between Requests. Using Session Objects.

7. JavaServer Pages (JSP) Technology Model.
Introduction. Opening and Closing JSP Tags. The Purpose of JSP Tags. JSP Tags as XML. The Page Directive. JSP Page Lifecycle. JSP Implicit Objects. JSP Scriptlets.

8. Extend JSP with JavaBeans.
Introduction. Creating JavaBeans. Scope of JavaBeans in JSP. How to Access JavaBeans in JSP. Part Summary.

9. Customize JSP with Tag Libraries.
Introduction. Creating a Tag Library Example. Taglib Directive. Custom Tag. Tag Library Descriptor. Custom Tag Body. Tag Event Method. Custom Tag Handler. Using Outer-Inner Custom Tags.

10. Deploying Web Applications and Components.
Introduction V299. Web Application and Web Archive Structure. Deployment Descriptor Elements. Web Application Exceptions. Web Application Security. Authentication Types.

11. Design Patterns.
Introduction. Design Patterns Defined. Design Pattern Elements. Patterns on the Exam. Patterns Beyond the Exam.

II. FINAL REVIEW.

Fast Facts.
Becoming a Sun Certified Web Component Developer. Part 3, “JSP and Servlet Overview” . Part 4, “Servlet Container Model” . Part 5, “Servlet Exceptions” . Part 6, “Session Management” . Part 7, “JavaServer Pages (JSP) Technology Model” . Part 8, “Extend JSP with JavaBeans” . Part 9, “Customize JSP with Tag Libraries” . Part 10, “Deploying Web Applications and Components” . Part 11, “Design Patterns” .

Study and Exam Prep Tips.
Learning as a Process. Study Tips. Exam Prep Tips.

Practice Exam 1.
Exam Questions. Answers to Exam Questions.

Practice Exam 2.
Exam Questions. Answers to Exam Questions.

Practice Exam 3.
Exam Questions. Answers to Exam Questions.

III. APPENDIXES.

Appendix A. Servlet API Snapshot.
Introduction. Overview of the Servlet API. The javax.servlet Package. Understanding the javax.servlet Package Interfaces, Classes, and Exceptions. The javax.servlet.http Package. Understanding the javax.servlet.http Package Interfaces and Classes. Summary.

Appendix B. JSP Syntax.
HTML or Output Comment. Hidden Comment. Declaration. Expression. Scriptlet. Include Directive. Page Directive. Taglib Directive. . . . . . . . Summary.

Appendix C. Resources.
References. Reference List. Summary.

Appendix D. Setting Up a Servlet Environment.
Selecting an Application Server. Obtaining and Installing Tomcat. Summary.

Appendix E. What's on the CD-ROM.
PrepLogic Practice Tests, Preview Edition. Exclusive Electronic Version of Text.

Appendix F. Using the PrepLogic Practice Tests, Preview Edition Software.
Exam Simulation. Software Requirements. Using PrepLogic Practice Tests, Preview Edition. Contacting PrepLogic. License Agreement.

Index.
FDIV>
Index.

商品描述(中文翻譯)

目錄

I. 成為 Sun 認證的 J2EE 網頁元件開發者
1. J2EE 平台的 Java 網頁元件開發者考試
介紹。認證的好處。認證路線圖。考試資訊。考試內容。考試方式。考試準備。如何參加考試。程式碼風格。規範。課程。

2. 考試準備策略
介紹。制定考試計畫。

3. JSP 和 Servlet 概述
介紹。Servlet 的故事。Servlet 和 JSP 的歷史。網頁伺服器和 Servlet 容器。JSP。

4. Servlet 容器模型
介紹。覆寫 HttpServlet 的 GET、POST 和 PUT 方法。觸發 HttpServlet 的 GET、POST 和 PUT 方法。與 HTML 請求的介面。網頁應用程式範圍。Servlet 生命週期。使用 RequestDispatcher。網頁應用程式上下文。在可分配的網頁應用程式中的上下文。

5. Servlet 異常
介紹。向客戶端返回錯誤代碼。WebApp 日誌。

6. 會話管理
介紹。在請求之間共享狀態資訊。使用會話物件。

7. JavaServer Pages (JSP) 技術模型
介紹。開啟和關閉 JSP 標籤。JSP 標籤的目的。JSP 標籤作為 XML。頁面指令。JSP 頁面生命週期。JSP 隱含物件。JSP 腳本片段。

8. 使用 JavaBeans 擴展 JSP
介紹。創建 JavaBeans。JavaBeans 在 JSP 中的範圍。如何在 JSP 中訪問 JavaBeans。部分摘要。

9. 使用標籤庫自定義 JSP
介紹。創建標籤庫範例。Taglib 指令。自定義標籤。標籤庫描述符。自定義標籤主體。標籤事件方法。自定義標籤處理器。使用外部-內部自定義標籤。

10. 部署網頁應用程式和元件
介紹 V299。網頁應用程式和網頁檔案結構。部署描述符元素。網頁應用程式異常。網頁應用程式安全性。身份驗證類型。

11. 設計模式
介紹。設計模式的定義。設計模式元素。考試中的模式。考試之外的模式。

II. 最終複習
快速事實。
成為 Sun 認證的網頁元件開發者。第 3 部分,「JSP 和 Servlet 概述」。第 4 部分,「Servlet 容器模型」。第 5 部分,「Servlet 異常」。第 6 部分,「會話管理」。第 7 部分,「JavaServer Pages (JSP) 技術模型」。第 8 部分,「使用 JavaBeans 擴展 JSP」。第 9 部分,「使用標籤庫自定義 JSP」。第 10 部分,「部署網頁應用程式和元件」。第 11 部分,「設計模式」。

學習和考試準備技巧。
學習作為一個過程。學習技巧。考試準備技巧。

練習考試 1。
考試問題。考試問題的答案。

練習考試 2。
考試問題。考試問題的答案。

練習考試 3。
考試問題。考試問題的答案。

III. 附錄
附錄 A. Servlet API 快照
介紹。Servlet API 概述。javax.servlet 套件。理解 javax.servlet 套件的介面、類別和異常。javax.servlet.http 套件。理解 javax.servlet.http 套件的介面和類別。摘要。

附錄 B. JSP 語法
HTML 或輸出註解。隱藏註解。宣告。表達式。腳本片段。包含指令。頁面指令。標籤庫指令。。。。。。。。摘要。

附錄 C. 資源
參考文獻。參考列表。摘要。

附錄 D. 設定 Servlet 環境
選擇應用伺服器。獲取和安裝 Tomcat。摘要。

附錄 E. CD-ROM 上的內容
PrepLogic 練習測試,預覽版。獨家電子版文本。

附錄 F. 使用 PrepLogic 練習測試,預覽版軟體
考試模擬。軟體需求。使用 PrepLogic 練習測試,預覽版。聯繫 PrepLogic。授權協議。

索引。