文档介绍:JavaServer Pages, 3rd Edition
By Hans Bergsten
Publisher: O'Reilly
Pub Date: December 2003
ISBN: 0-596-00563-6
Pages: 764
JavaServer Pages, Third Edition pletely revised and updated to
cover the substantial changes in the version of the JSP specification.
It also includes detailed coverage of the major revisions to the JSP
Standard Tag Library (JSTL) specification. Combining plenty of practical
advice with detailed coverage of JSP syntax and features and clear,
useful examples, JavaServer Pages, Third Edition demonstrates how to
embed server-side Java into Web pages, while also covering important
topics such as JavaBeans, Enterprise JavaBeans (EJB), and JDBC
database access.
Copyright
Preface
What's in This Book
Readers of the Second Edition
Audience
Organization
About the Examples
Conventions Used in This Book
How to Contact Us
Acknowledgments for First Edition
Acknowledgments for Second Edition
Acknowledgments for Third Edition
Part I: JSP Application Basics
Chapter 1. Introducing JavaServer Pages
Section . What Is JavaServer Pages?
Section . Why Use JSP?
Section . What You Need to Get Started
Chapter 2. HTTP and Servlet Basics
Section . The HTTP Request/Response Model
Section . Servlets
Chapter 3. JSP Overview
Section . The Problem with Servlets
Section . The Anatomy of a JSP Page
Section . JSP Processing
Section . JSP Application Design with MVC
Chapter 4. Setting Up the JSP Environment
Section . Installing the Java Software Development Kit
Section . Installing the Tomcat Server
Section . Testing Tomcat
Section . Installing the Book Examples
Section . Example Web Application Overview
Part II: JSP Application Development
Chapter 5. Generating Dynamic Content
Section . Creating a JSP Page
Section . Installing a JSP Page
Section .