Servlets and JSP: The J2EE Web Tier

Jayson Falkner, Kevin W. Jones

  • 出版商: Addison Wesley
  • 出版日期: 2003-09-29
  • 售價: $1,990
  • 貴賓價: 9.5$1,891
  • 語言: 英文
  • 頁數: 784
  • 裝訂: Paperback
  • ISBN: 0321136497
  • ISBN-13: 9780321136497
  • 相關分類: Java 相關技術
  • 無法訂購

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

相關主題

商品描述

Summary

Servlets and JavaServer Pages™ is the first complete guide to building dynamic Java-based Web applications using the new JavaServer Pages 2.0 and Servlets 2.4. Servlets and JavaServer Pages (JSP) provide a robust solution to developing large, complex Web applications, including multiserver projects. In addition to built-in security, portability, and a Web server, they offer developers the freedom to work with any operating system that supports Java—be it Linux, Windows, OSX, or Solaris.

This authoritative book begins by explaining how to set up a Servlet and JSP development environment, including a discussion of containers, Java support, and installing and configuring Tomcat. The authors then thoroughly explore servlets and JSP, including significant coverage of custom tag libraries, newly available filters, and popular servlet and JSP design patterns. Readers can then test-drive the knowledge gained by constructing a book-support Web site.

Among the topics covered in-depth are:

  • Exception handling
  • JavaBeans and the new JSP Expression Language (JSP EL)
  • The JavaServer Pages Standard Tag Library (JSTL) and coding custom tag libraries
  • Filters
  • Error handling
  • Session and state management
  • Security
  • Design patterns, including Struts
  • Internationalization
  • Multiclient support
  • Database connectivity

The actual book-support site (www.jspbook.com) features frequently asked questions, working code examples, and references.

With Servlets and JavaServer Pages™ as their guide, readers will learn how to fully harness the power of these flexible Java technologies.

Table of Contents

Preface.


 1. Setting up a Servlet and JSP Environment.


 2. Java Servlets.


 3. JavaServer Pages.


 4. Exception Handling.


 5. JavaBeans.


 6. Custom Tag Libraries.


 7. JavaServer Pages Standard Tag Library.


 8. Filters.


 9. Managing State in a Web Application.


10. Security.


11. Design Patterns.


12. Internationalization.


13. Multi-Client Support.


14. Database Connectivity.


15. Finale.


References: Charsets(i18n?), web.xml Schema, TLD.

商品描述(中文翻譯)

摘要

《Servlets and JavaServer Pages》是第一本完整指南,教你如何使用新的JavaServer Pages 2.0和Servlets 2.4來建立動態的基於Java的網絡應用程序。Servlets和JavaServer Pages(JSP)提供了一個強大的解決方案,用於開發大型、複雜的網絡應用程序,包括多服務器項目。除了內置的安全性、可移植性和Web服務器外,它們還為開發人員提供了在支持Java的任何操作系統上工作的自由,無論是Linux、Windows、OSX還是Solaris。

這本權威的書首先解釋了如何建立Servlet和JSP開發環境,包括對容器、Java支持以及安裝和配置Tomcat的討論。然後,作者們深入探討了servlet和JSP,包括對自定義標籤庫、新的可用過濾器和流行的servlet和JSP設計模式的重要覆蓋。讀者可以通過構建一個支持書籍的網站來測試所學知識。

深入探討的主題包括:

- 異常處理
- JavaBeans和新的JSP表達語言(JSP EL)
- JavaServer Pages標準標籤庫(JSTL)和編寫自定義標籤庫
- 過濾器
- 錯誤處理
- 會話和狀態管理
- 安全性
- 設計模式,包括Struts
- 國際化
- 多客戶端支持
- 數據庫連接

實際的書籍支持網站(www.jspbook.com)提供常見問題、工作代碼示例和參考資料。

有了《Servlets and JavaServer Pages》作為指南,讀者將學會充分利用這些靈活的Java技術的力量。

目錄

前言
1. 建立Servlet和JSP環境
2. Java Servlets
3. JavaServer Pages
4. 異常處理
5. JavaBeans
6. 自定義標籤庫
7. JavaServer Pages標準標籤庫
8. 過濾器
9. 在Web應用程序中管理狀態
10. 安全性
11. 設計模式
12. 國際化
13. 多客戶端支持
14. 數據庫連接
15. 結語
參考資料:字符集(i18n?)、web.xml模式、TLD。