Custom tag libraries allow you to separate the functionality provided by Java code from the presentation functionality provided by JSP pages. Using tags, you can avoid including Java code in a JSP page. JSP tag libraries are part of the JSP 1.2 specification and can be used on any J2EE-compliant server.
The JSP Standard Tag Library addresses such needs as database query and presentation of results. You can also create your own tag libraries using the tag library editor.
| See Also | |
|---|---|
| Using Custom Tag Libraries in Web Modules Using Custom Tags in JSP Files |
|