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 5
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 5: JSP Standard Tag Library

The JSP Standard Tag Library (JSTL) is a collection of standard JSP tags that perform several common tasks. This frees us from having to develop custom tags for these tasks, or from using a mix of tags from several organizations to do our work. JSTL contains core tags that perform, among other things, conditional logic and iteration through collections; format tags that do String formatting and internationalization; SQL tags that interact with a database; XML tags for XML processing. Additionally, JSTL contains a number of functions that perform several tasks, most of which are for String manipulation.

In this chapter, we will cover each of the JSTL tag libraries, providing examples for the most commonly used tags and functions. Topics we will cover in this chapter include:

  • Core JSTL tag library
  • Formatting JSTL tag library
  • SQL JSTL tag library
  • XML JSTL tag library
  • JSTL functions

Chapter 5: JSP Standard Tag Library

  • Core JSTL Tag Library
  • Formatting JSTL Tag Library
  • SQL JSTL Tag Library
  • XML JSTL Tag Library
  • JSTL Functions
  • 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