Monday, June 11, 2012

JavaServer Pages Standard Tag Library

JavaServer Pages Standard Tag Library (JSTL) encapsulates as simple tags the core functionality common to many Web applications. JSTL has support for common, structural tasks such as iteration and conditionals, tags for manipulating XML documents, internationalization tags, and SQL tags. It also provides a framework for integrating existing custom tags with JSTL tags. 


JSTL 1.2 is part of the Java EE 5 platform


http://www.oracle.com/technetwork/java/index-jsp-135995.html