Sun Java Solaris Communities My SDN Account Join SDN

JSTL

Downloads

  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

Java EE 5 SDK
The Java EE 5 SDK is an implementation of the draft of the Java EE 5 specification. Building on the solid foundation of Java SE, Java EE provides web services, component model, management, and communications APIs that make it the industry standard for implementing enterprise class service-oriented architecture (SOA) and web 2.0 applications. 
GlassFish Community
The GlassFish project is a free, open-source implementation of Java Platform, Enterprise Edition Platform (Java EE), version 5
GlassFish Builds

All GlassFish builds can be downloaded from the java.net GlassFish builds page.

GlassFish v2.1 Release includes an implementation of the JSTL 1.2 specification as part of the Java EE 5 implementation.

To download the latest JSP implementation go to https://jstl.dev.java.net/

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.2 - Maintenance Release
Specification Download
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.2
Change Log for the Maintenance Review of JSTL 1.1.

Related Links