Servlets and JSP: The J2EE Web Tier

Jayson Falkner, Kevin W. Jones

  • 出版商: Addison Wesley
  • 出版日期: 2003-09-29
  • 售價: $1,970
  • 貴賓價: 9.5$1,872
  • 語言: 英文
  • 頁數: 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.