Java Server Pages Standard Tag Library
by Dinesh[ Edit ] 2012-07-23 14:14:55
Java Server Pages Standard Tag Library(JSTL)
JSTL consists of four custom Java Server Page (JSP) tag libraries called the core, XML, I18N & Formatting and database access libraries. All are based on the JSP 1.2 API. The core JSP library supports basic HTM page generation features. The XML library contains support for XML functionality, such as transformations and parsing. The database access library contains support for database access functions, and the I18N & Formatting library contains functionality for internationalization and formatting of Web pages.