Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

JavaServer Pages Standard Tag Library

Stephanie Bodoff

The JavaServer Pages Standard Tag Library (JSTL) encapsulates core functionality common to many JSP applications. For example, instead of iterating over lists using a scriptlet or different iteration tags from numerous vendors, JSTL defines a standard set of tags. This standardization allows you to learn a single set of tags and use them on multiple JSP containers. Also, a standard tag library is more likely to have an optimized implementation.

JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization tags, and tags for accessing databases using SQL.

This chapter demonstrates JSTL through excerpts from the JSP version of the Duke's Bookstore application discussed in the previous chapter. It assumes that you are familiar with the material in the Using Custom Tags section of Chapter 16.

Divider
Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

All of the material in The Java(TM) Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.