Tag libraries

Java ServerPages (JSP) tag libraries contain classes for common tasks such as processing forms and accessing databases from JSP files.

Tag libraries encapsulate, as simple tags, core functionality common to many web application (.war)s. The Java Standard Tag Library (JSTL) supports common programming tasks such as iteration and conditional processing, and provides tags for...

Tag libraries also introduce the concept of an expression language to simplify page development, and include a version of the JSP expression language.

A tag library has two parts - a Tag Library Descriptor (TLD) file and a JAR file.

 

See Also

JSP files
Developing JSP files with WebSphere extensions
Webapplications: Resources for learning