Home Help Java L JSP Standard Tag Libraries (JSTL)



JSP Standard Tag Libraries (JSTL)
Posted on: December 18, 2008 at 12:00 AM
JSTL is developed under the Java Community Process, in the JSR-052 expert group. The purpose of JSTL is to work towards a common and standard set of custom tags.

JSP Standard Tag Libraries (JSTL)

     

JSTL is developed under the Java Community Process, in the JSR-052 expert group. The purpose of JSTL is to work towards a common and standard set of custom tags.

It encapsulates simple tags as the common core functionality to many Web applications. It also provides a framework for integrating existing custom tags with JSTL tags. 

A tag library is a set of actions that are used within JSP pages.  It encapsulates a wide variety of functionality that can be broken down into specific functional areas. JSTL is a single taglib, which is exposed through multiple Tag Library Descriptors (TLDs) where each TLD can have its own namespace, or prefix.

 Read more at

http:/www.roseindia.net/jstl/introduction.shtml

Related Tags for JSP Standard Tag Libraries (JSTL):
javaccomstlprocesstagscustomjstlunitytagcommunitysetwargroupjsworktostandardunitposproceitexpertpedevceinstamososjsrjndaescommonprosessowakisdevelopandarrdsrtxpvaxpessrocrdthavstprocesprndonomo


More Tutorials from this section

Ask Questions?    Discuss: JSP Standard Tag Libraries (JSTL)  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.