Jump to content

Jakarta Standard Tag Library

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Poli (talk | contribs) at 03:43, 20 December 2006 (copy-edit: date link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The JavaServer Pages Standard Tag Library (JSTL), is a component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks, such as XML data processing, conditional execution, loops and internationalization. JSTL was developed under the Java Community Process (JCP) as JSR 52. On May 8 2006, JSTL 1.2 was released.

JSTL provides an effective way to embed logic within a JSP page without using embedded Java code directly. The use of a standardised tag set, rather than breaking in and out of Java code leads to more maintainable code and enables separation of concerns between the development of the application code and user interface.

In addition to JSTL, the JCP has the following JSRs to develop standard JSP tag libraries:

  • JSR 128: JESI – JSP Tag Library for Edge Side Includes (inactive)
  • JSR 267: JSP Tag Library for Web Services