JavaServer Pages, 2/e (Paperback)
暫譯: JavaServer Pages, 第二版 (平裝本)
Hans Bergsten
- 出版商: O'Reilly
- 出版日期: 2002-08-15
- 售價: $1,740
- 貴賓價: 9.5 折 $1,653
- 語言: 英文
- 頁數: 684
- 裝訂: Paperback
- ISBN: 059600317X
- ISBN-13: 9780596003173
已絕版
買這商品的人也買了...
-
$680$537 -
$2,050$1,948 -
$980$774 -
$990$495 -
$1,150$1,127 -
$490$387 -
$560$476 -
$450$351 -
$2,390$2,271 -
$1,900$1,805 -
$1,930$1,834 -
$620$490 -
$620$527 -
$750$638 -
$650$514 -
$580$458 -
$760$600 -
$580$493 -
$590$466 -
$620$490 -
$680$537 -
$690$538 -
$420$332 -
$720$562 -
$720$569
商品描述
web sites. JSP builds on the popular Java servlet technology and makes it easier to develop dynamic web applications--even if you're not a hard-core programmer.
JavaServer Pages, 2nd Edition is completely revised and updated to cover the substantial changes in the 1.2 version of the JSP specification, and also includes detailed coverage of the new JSP Standard Tag Library (JSTL)--an eagerly anticipated specification of a set of JSP elements for the tasks needed in most JSP applications. This book starts off by illustrating how JSP capitalizes on the power of Java servlets to create effective, portable web applications. It shows how to get started using the Apache Tomcat server, and provides detailed coverage of JSP syntax and features, error handling and debugging, authentication and personalization, and how to use JSTL for database access, XML processing, and internationalization.
JavaServer Pages recognizes the different needs of the two groups of professionals who want to learn JSP: page authors interested in using JSP elements in web pages, and programmers concerned with learning the JSP API and using JSP effectively in an enterprise application. If you're in the latter group, this book also teaches you such advanced topics as integrating servlets and JavaBeans with JSP, using the popular Apache Struts MVC framework to illustrate how it's done. Finally, the author presents how to develop custom tag libraries, using realistic examples that you can use as a springboard for your own JSP libraries.
"This is a complete, comprehensive, and most of all, practical book. The author excels at sharing his vast expertise so web developers can make the most out of JavaServer Pages and related web technologies."
--Pierre Delisle, JSP Standard Tag Library Specification LeadTable of Contents
Preface
Part I. JSP Application Basics
1. Introducing JavaServer Pages
2. HTTP and Servlet Basics
3. JSP Overview
4. Setting Up the JSP Environment
Part II. JSP Application Development
5. Generating Dynamic Content
6. Using JavaBeans Components in JSP Pages %3
Table of Contents
Preface
Part I. JSP Application Basics
1. Introducing JavaServer Pages
2. HTTP and Servlet Basics
3. JSP Overview
4. Setting Up the JSP Environment
Part II. JSP Application Development
5. Generating Dynamic Content
6. Using JavaBeans Components in JSP Pages
7. Using Custom Tag Libraries and the JSP Standard Tag Library
8. Processing Input and Output
9. Error Handling and Debugging
10. Sharing Data Between JSP Pages, Requests, and Users
11. Accessing a Database
12. Authentication and Personalization
13. Internationalization
14. Working with XML Data
15. Using Scripting Elements
16. Bits And Pieces
Part III. JSP in J2EE and JSP Component Development
17. Web Application Models
18. Combining JSP and Servlets
19. Developing JavaBeans Components for JSP
20. Developing Custom Tag Libraries
21. Advanced Custom Tag Library Features
22. Integrating Custom Code with JSTL
23. Database Access Strategies
Part IV. Appendixes
A. JSP Elements Reference
B. JSTL Actions and API Reference
C. JSTL Expression Language Reference
D. JSP API Reference
E. Book Example Custom Actions and API Reference
F. Web Application Structure and Deployment Descriptor Reference
Index
商品描述(中文翻譯)
自1999年創立以來,Enterprise Java 在 Java 程式設計社群中引起了轟動——開發者們意識到它在構建分散式應用程式方面的潛力。如今,JavaServer Pages (JSP) 繼續協調網頁設計師和程式設計師創建動態網站的方式。JSP 建立在流行的 Java servlet 技術之上,使得開發動態網頁應用程式變得更加容易——即使你不是一位硬核程式設計師。
《JavaServer Pages, 2nd Edition》已全面修訂和更新,以涵蓋 JSP 規範 1.2 版本中的重大變更,並詳細介紹了新的 JSP 標準標籤庫 (JSTL)——這是一個備受期待的規範,包含了大多數 JSP 應用程式所需的 JSP 元素集。本書首先說明了 JSP 如何利用 Java servlets 的強大功能來創建有效且可攜帶的網頁應用程式。它展示了如何開始使用 Apache Tomcat 伺服器,並詳細介紹了 JSP 語法和特性、錯誤處理和除錯、身份驗證和個性化,以及如何使用 JSTL 進行資料庫存取、XML 處理和國際化。
《JavaServer Pages》認識到希望學習 JSP 的兩組專業人士的不同需求:對使用 JSP 元素於網頁感興趣的頁面作者,以及關心學習 JSP API 並在企業應用程式中有效使用 JSP 的程式設計師。如果你屬於後者,本書還教你一些進階主題,例如如何將 servlets 和 JavaBeans 與 JSP 整合,並使用流行的 Apache Struts MVC 框架來說明如何實現。最後,作者展示了如何開發自定義標籤庫,並使用現實範例作為你自己 JSP 庫的跳板。
「這是一本完整、全面且最重要的是實用的書。作者擅長分享他豐富的專業知識,以便網頁開發者能夠充分利用 JavaServer Pages 和相關的網頁技術。」——Pierre Delisle, JSP 標準標籤庫規範負責人
目錄
前言
第一部分:JSP 應用程式基礎
1. 介紹 JavaServer Pages
2. HTTP 和 Servlet 基礎
3. JSP 概述
4. 設定 JSP 環境
第二部分:JSP 應用程式開發
5. 生成動態內容
6. 在 JSP 頁面中使用 JavaBeans 元件
7. 使用自定義標籤庫和 JSP 標準標籤庫
8. 處理輸入和輸出
9. 錯誤處理和除錯
10. 在 JSP 頁面、請求和使用者之間共享資料
11. 存取資料庫
12. 身份驗證和個性化
13. 國際化
14. 與 XML 資料一起工作
15. 使用腳本元素
16. 雜項
第三部分:JSP 在 J2EE 和 JSP 元件開發中
17. 網頁應用程式模型
18. 結合 JSP 和 Servlets
19. 為 JSP 開發 JavaBeans 元件
20. 開發自定義標籤庫
21. 進階自定義標籤庫功能
22. 將自定義程式碼與 JSTL 整合
23. 資料庫存取策略
第四部分:附錄
A. JSP 元素參考
B. JSTL 動作和 API 參考
C. JSTL 表達式語言參考
D. JSP API 參考
E. 書中範例自定義動作和 API 參考
F. 網頁應用程式結構和部署描述符參考
索引