The JSP Files (part 8): Tagged And Bagged (
Page 1 of 6 )
One of the most exciting features about JSP is the ability to
build and use custom "tag libraries" in your JSP applications. In this
article, find out why tag libraries are a Good Thing, and read about how to
get and install custom tag libraries for common tasks.Over the past few weeks, we've taken you on a guided tour of the intricacies of
JSP, beginning with basics like conditional statements and loops, and quickly
moving on to more complex things like form processing, session management, and
error handling.
But all good things must come to an end - and so, in this
final episode of The JSP Files, we'll be briefly touching on a few other facets
of this powerful server-side scripting language.