Sun Java Solaris Communities My SDN Account Join SDN
 
JSTL

Downloads

 
API Specifications
Documentation
Technical Articles & Tips
 
Books & Authors
Forums
Bug Database
 
 

JavaServer Pages
Standard Tag Library

The JavaServer Pages Standard Tag Library (JSTL) encapsulates, as simple tags, core functionality common to many JSP applications. For example, instead of suggesting that you iterate over lists using a scriptlet or different iteration tags from numerous vendors, JSTL defines a standard tag that works the same everywhere. This standardization lets you learn a single tag and use it on multiple JSP containers. Also, when tags are standard, containers can recognize them and optimize their implementations.

JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization and locale-sensitive formatting tags, and SQL tags. It also introduces a new expression language to simplify page development, and it provides an API for developers to simplify the configuration of JSTL tags and the development of custom tags that conform to JSTL conventions.

   
 


Downloads

IMPLEMENTATIONS

J2EE 1.4 SDK
The J2EE 1.4 SDK is a fully compliant implementation of the J2EE 1.4 platform.
J2EE 1.4 SDK
The J2EE 1.4 SDK includes an implementation of JSTL 1.1.
Java Web Services Developer Pack (Java WSDP)
The Java WSDP is an integrated toolset that allows Java developers to build, test, and deploy XML applications, Web services, and Web applications.
Java WSDP 1.4
JWSDP 1.4 includes an implementation of JSTL 1.1.
Java WSDP 1.1
JWSDP 1.1 includes an implementation of JSTL 1.0.3.
Jakarta Taglibs
The Jakarta Taglibs is a free, open-source implementation of tag libraries developed under the Jakarta project at the Apache Software Foundation.
Standard 1.0
The Jakarta Taglibs Standard 1.0 tag library is an implementation of JSTL 1.0.

SPECIFICATION

JavaServer Pages Standard Tag Library Specification
The JavaServer Pages Standard Tag Library specification was created under the Java Community Process to provide full public participation in its definition and development.
1.1 - Maintenance Release
Specification Download
1.0 - Final Release
Specification Download
Send comments to jsr-52-comments@sun.com

CHANGE LOG

JavaServer Pages Standard Tag Library Specification • Change Log
Change Log for the Maintenance Review of JSTL 1.1.

Related Links