Pro JSP, 3/e

Matt Raible, Sing Li, Dave Johnson, Daniel Jepp, Sam Dalton, Charles Brown

  • 出版商: Apress
  • 出版日期: 2003-09-18
  • 售價: $2,220
  • 貴賓價: 9.5$2,109
  • 語言: 英文
  • 頁數: 624
  • 裝訂: Paperback
  • ISBN: 1590592255
  • ISBN-13: 9781590592250
  • 相關分類: Java 相關技術
  • 已過版

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

商品描述

 

Summary

JavaServer Pages (JSP) is one of the two key Java technologies for web development (the other being servlets which are also covered in the book). They are analogous to ASP in the Microsoft world and PHP in the Open Source community. The latest release is version 2.0 (up from 1.2) and is the biggest leap in the JSP specification, soon to be finalized.

In one single text, Pro JSP, Third Edition provides comprehensive coverage of JavaServer Pages, the enhancements in version 2.0 and the most popular associated technologies, including Servlets, JSTL, and Apache Tomcat 5. It takes you through building complex, complete JSP applications in order to further your understanding and additional chapters and individual case studies will be available as a supplemental download.

Table of Contents

Chapter 1. The Anatomy of a JavaServer Page
Chapter 2. Servlets and Deployment
Chapter 3. The JavaServer Pages Expression Language
Chapter 4. JavaServer Pages Standard Tag Library
Chapter 5. Tag Files and Simple Tags
Chapter 6. Classic Tags
Chapter 7. Custom Tag Advanced Features and Best Practices
Chapter 8. Data Access Options for Web Applications
Chapter 9. Introduction to Filtering
Chapter 10. Advanced Filtering Techniques
Chapter 11. Security in Web Applications
Chapter 12. Improving Web Application Performance and Scalability
Chapter 13. Web Application Design and Best Practices
Chapter 14. Using Struts, XDoclet, and Other Tools
Appendix A. JavaServer Pages Syntax Reference
Appendix B. JavaServer Pages Implicit Objects