Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web applications > Develop web applications > Develop JSP files
Global tag libraries (deprecated)
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 applications. The Java Standard Tag Library (JSTL) supports common programming tasks such as iteration and conditional processing, and provides tags for:
- manipulating XML documents
- supporting internationalization
- using Structured Query Language (SQL)
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.
Related
tsx:dbconnect tag JSP syntax (deprecated)
dbquery tag JSP syntax (deprecated)
dbmodify tag JSP syntax (deprecated)
tsx:getProperty tag JSP syntax and examples (deprecated)
tsx:userid and tsx:passwd tag JSP syntax (deprecated)
tsx:repeat tag JSP syntax (deprecated)
Example: Using tsx:repeat JSP tag to iterate over a results set (deprecated)
JSP
Related
Web applications: Resources for learning