There are around 25 separate tag libraries in (Hosting web)
Sunday, July 22nd, 2007There are around 25 separate tag libraries in the Taglibs project, each of which provides some unique functionality that most web applications need to perform sooner or later. The tag libraries are free and provide the source code, which allows you to not only get a better understanding of how to develop JSP tags but also to modify or extend the tags as your application dictates. There’s no sense in listing the available tags, as new ones are added regularly. The best idea is to check the site itself. You can find the Taglibs project on the Jakarta site at http://jakarta.apache.org/taglibs/. 8.9.2 JSPTags.com Another useful web site that contains many JSP tags is http://jsptags.com. This site has been around for several years and has many tag libraries that you can use for free. It’s also a great resource for other web application information. Make sure to check this site as well before setting off to create your own tag. Somebody may have already created the tag you need, saving you the development and testing time always a good thing. 8.10 The JSP Standard Tag Library (JSTL) The intent of the early JSP specification group members was to define a set of standard JSP tags within the specification. This would allow vendors to generate their own versions of the standard tags but also allow developers to count on this set of standard tags to be available in all compliant containers. However, due to time constraints, that feature of the early JSP specification was not included. Since then, many vendors have created their own versions of commonly used tag libraries, but these versions are different enough that developers can’t easily port their JSP pages from one container to another without having to modify the pages. JSR 52, the JSP Standard Tag Library (JSTL), aims to fix that problem. JSR 52 defines a set of standard tags that should be present in any compliant container. The first version of the specification has been finalized and approved, and the group has released a reference implementation of the tag library. The tags provided in the first release can be grouped into four distinct areas: Core tags Internationalization tags XML tags SQL tags 8.10.1 JSTL Core Tags The core tags include those related to expressions, flow control, and a generic way to access URL- based resources whose content can then be included or processed within the JSP page. They include tags such as if, forEach, import, redirect, and many more. 8.10.2 JSTL Internationalization Tags The internationalization tags are divided into two groups: messaging and formatting.
Please visit our professional web hosting services to find out about cheap and reliable webhost service that will surely answer all your demands.