JSP Taglibs
JSP Taglibs
JSP Taglibs are custom component tag template libraries for Java Server Page development reuse.
JSP Standard Tag Libraries, Part 1
(ONJava.com)
Custom tags make working with JSP easier and more efficient, but wouldn't it be good to have standard ways to perform common tasks? Enter JSP Standard Tag Libraries, an attempt to provide a common and standard set of custom tags.
Jakarta Taglibs
(ONJava.com)
Sue Spielman covers Apache's Jakarta Taglib project, and how you can take advantage of some great open source JSP tag libraries.
Designing JSP Custom Tag Libraries
(ONJava.com)
In this article, you'll learn what a JSP custom tag library is, why you'd want to use it, and how to build and use a complete tag library.


