Beginning JavaServer pages

JSP is one of the core technologies for server-side Java applications and the 2.0 release, which this book covers in detail, makes JSP an even more powerful tool Walks Java programmers and Web developers through JSP fundamentals, including JSP syntax and directives, JSP Expression Language, JSP Tag...

Full description

Bibliographic Details
Main Author: Chopra, Vivek
Format: eBook
Language:English
Published: Hoboken, NJ Wiley/Wrox 2005
Series:Wrox beginning guides
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Getting started with JavaServer pages
  • JSP basics 1: dynamic page creation for data presentation
  • JSP basics 2: generalized templating and server scripting
  • CSS, Javascript, VBScript and JSP
  • JSP and EL
  • JSP tag libraries and JSTL
  • JSP directives
  • JSP standard actions
  • JSP and JavaBeans
  • Error handling
  • Building your own custom JSP tag library
  • Advanced dynamic web content generation
  • Internationalization and localized content
  • JSP debugging techniques
  • JSPs and servlets
  • The role of JSP in the wider context: web applications
  • Model view controller
  • Web frameworks
  • Struts framework
  • Layout management with Tiles
  • JavaServer Faces
  • JSP in J2EE
  • Access to databases
  • Security
  • Performance
  • Best practices and tools
  • JSP project I: personalized portal
  • JSP project II: shopping cart application