Mastering JSP Custom Tags and Tag Libraries

  • Authors:
  • James Goodwill

  • Affiliations:
  • -

  • Venue:
  • Mastering JSP Custom Tags and Tag Libraries
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

From the Publisher:JavaServer Pages (JSP) technology enables developers to write custom tags that can be used as building blocks to quickly create dynamic Web-based applications. Custom tags can be grouped into tag libraries to create powerful collections of reusable code. Two of the most popular tag libraries include Apache's Jakarta Taglibs, a collection of open source tag libraries, and Sun's JSP Standard Tag Library. In this book, James Goodwill shows how servlet and JSP technologies can be enhanced using custom tags and tag libraries. He demonstrates the programming techniques you need to build your own custom tag libraries, and how you can use two existing custom tag libraries: Apache's Jakarta Taglibs and Sun's new JSP Standard Tag Library.