Java EE 5 Development using GlassFish Application Server:
The complete guide to installing and configuring the GlassFish Application Server and developing Java EE 5 applications to be deployed to this server
www.PACKTPUB.com  FREE ONLINE EDITION: Read full chapters online, download free samples from the book and more...
Book Contents Index > Chapter 3
Introduction
1: Getting Started with GlassFish
2: Servlet Development and Deployment
3: JavaServer Pages
4: Database Connectivity
5: JSP Standard Tag Library
6: JavaServer Faces
7: Java Messaging Service
8: Security
9: Enterprise JavaBeans

10: Web Services
11: Beyond Java EE

Appendix A: Sending Email from Java EE Applications

Appendix B: IDE Integration

Index

Latest Updates

Free Chapter:

Chapter 6: JavaServer Faces [ 892 kB PDF]

Code Download

Contact us

 

Chapter 3: JavaServer Pages

In the previous chapter, we saw how to develop Java servlets. Servlets are great for handling form input, but servlet code that outputs HTML markup to the browser tends to be cumbersome to write, read, and debug. A better way to send output to the browser is through JavaServer Pages (JSPs). The following topics will be covered in this chapter:

  • Developing our first JSP
  • Implicit JSP objects
  • JSPs and JavaBeans
  • Reusing JSP content
  • Writing custom tags

Chapter 3: JavaServer Pages

  • Introduction to JavaServer Pages
  • Developing Our First JSP
  • JSP Implicit Objects
  • JSPs and JavaBeans
    • Reusing JSP Content
    • JSP Custom Tags
    • Extending SimpleTagSupport
    • Using Tag Files to Create Custom JSP Tags
  • Unified Expression Language
  • Summary
   

 

Paperback 400 pages
Released: October 2007
ISBN: 1847192602
ISBN 13: 978-1-847192-60-8

     

 




View the book details
on PacktPub.com

 


 
  This website is owned and maintained by Packt Publishing Ltd, 2007. All rights reserved. Terms and Conditions