Sun Java Solaris Communities My SDN Account Join SDN

JSP

Tag Libraries

API Specifications
Documentation
FAQs
Technical Articles & Tips
 
Books & Authors
Forums
Bug Database
 
Instructor-Led Courses
Online Sessions & Courses
Tutorials & Code Camps
 
 
JavaServer Pages (JSP) tag libraries define declarative, modular functionality that can be reused by any JSP page. Tag libraries reduce the necessity to embed large amounts of Java code in JSP pages by moving the functionality of the tags into tag implementation classes.
Tag Libraries has one subcategory:
 
 JavaServer Pages Standard Tag Library (JSTL)
 
What's New
 
 
November 2003
JavaServer Pages Specification 2.0 - Final Release Download the latest spec, under development via the Java Community Process, which includes the updated specifications for JSP tag libraries.
» Read more
 
Community
 
 
Events
Sun Tech Days - Advance your development skills with in-depth technical training.
Topics include Java EE, Java SE, Java ME, Tools, Solaris, Cool Stuff, plus bonus NetBeans Day and OpenSolaris Day. Attend in a city near you.   » Read More
Community Resources
Jakarta-Taglibs An open source collection of tag libraries managed by the Apache Jakarta project.
Jakarta-Struts A framework for web applications that implements the MVC design pattern for Web application design. Struts includes a comprehensive custom tag library for building internationalized JSP pages that have HTML forms which interact with JavaBeans components.
JSPTags.com A Web site containing links to tag libraries.

Related Links