Tuesday, May 22, 2007

Jakarta JSTL Library

Jakarta JSTL Library

To use the Standard Taglib from its Jakarta Taglibs distribution, simply copy the JAR files [jstl.jar & standard.jar] in the distribution's 'lib' directory to your application's WEB-INF/lib directory.

jstl.jar - JSTL API classes
standard.jar - Standard Taglib JSTL implementation classes

The constituent tag libraries of Standard Taglib are as follows:

Funtional Area URI Prefix Example
Core http://java.sun.com/jsp/jstl/core
c
tagname ...>
XML processing http://java.sun.com/jsp/jstl/xml
x
tagname ...>
I18N capable formatting http://java.sun.com/jsp/jstl/fmt
fmt
tagname ...>
Database access (SQL) http://java.sun.com/jsp/jstl/sql
sql
tagname ...>
Functions http://java.sun.com/jsp/jstl/functions
fn
fn:functionName

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home