Outline Html

Here is an outline of the book.

Web Development with JavaServer Pages

  1. Introduction
    1. What is JSP?
    2. Evolution of dynamic content technologies
      1. Common Gateway Interface
      2. ColdFusion
      3. Active Server Pages
      4. Server-Side JavaScript
      5. PHP
      6. Java Servlets
      7. JavaServer Pages
    3. JSP and Java 2 Enterprise Edition
      1. Java platform editions
      2. Web-based applications
    4. JSP benefits
      1. Performance
      2. Reusable Components
      3. Separating Presentation and Implementation
      4. Acheiving Division of Labor
  2. Fundamentals
    1. Writing your first JSP
      1. About the examples
      2. Hello, world!
      3. Hello, world! revisited
      4. Hello, world, the Bean edition
      5. Hello, Real World
    2. Tag Conventions
      1. Scripting-oriented tags
      2. XML-based tags
    3. Running JSP
      1. Adding JSP support
      2. How JSPs work
      3. Buffered output
      4. Session management
      5. Scalability
      6. Error handling