Resources logo  
  MOREnet logo
kinetic Home | kinetic Manager | E-mail Services | Web Site Management |
 Home >  Web Site Management >  Java Application Server >  JavaServer Pages >  JSP Tag Libraries
     
JSP Tag Libraries  
     
  Installing and Using
JSP Tag Libraries
 
     
  Tag Libraries  
  Application  
  DateTime  
  JSP Standard (JSTL)  
  Mailer  
  Page  
  Random  
  RegExp  
  Request  
  Response  
  Scrape  
  Session  
     

View the printer friendly version of this document

JSP Tag Libraries

Important: The Java application server and MySQL database are not included as part of the kinetic Service annual fee. These technologies are available on an as-requested basis for an additional fee. Contact David Drum at david@more.net or (800) 509-6673 for additional information.

You may use MOREnet-provided and third party JSP tag libraries (taglibs) for providing dynamic content with JSP. If you discover libraries that you would like to use, you can install them for use in your applications.

Installing and Using JSP Tag Libraries
An overview of taglibs, directions for installing them, and guidelines for using them in your web applications

Recommended Tag Libraries

MOREnet recommends that you install the following tag libraries. These documents point to the MOREnet-provided tag libraries or the sites where you can download third party tag libraries.
Application JSP Tag Library
Use this tag library to to access information contained in the ServletContext for a web application.

DateTime JSP Tag Library
Use this tag library to perform date and time related functions.

JSP Standard Tag Library (JSTL)
The Standard tag library provides many of the features of individual tag libraries in one convenient tag library, such as general purpose actions, conditional actions, iterators, SQL actions, and XML actions.

Mailer JSP Tag Library
The Mailer custom tag library contains tags which can be used to create and send e-mail messages from a JSP.

Page JSP Tag Library
Use this tag library to to access all the information about the PageContext for a JSP page.

Random JSP Tag Library
The Random custom tag library contains tags for creating random string and number generators.
RegExp JSP Tag Library
Use this tag library to perform Perl syntax regular expressions.

Request JSP Tag Library
Use this tag library to access all the information about the HTTP request for a JSP page, including information in the HTTP request for HTTP input parameters from a POST or GET, HTTP Headers, Cookies, request attributes, and session information related to this request.

Response JSP Tag Library
Use this tag library to set all the information for an HTTP response for a JSP page. This includes creating cookies and setting their values, setting HTTP headers, returning back an HTTP error, or sending an HTTP redirect.

Scrape JSP Tag Library
Use this tag library to retrieve information from other web pages and display the information in your JSP.

Session JSP Tag Library
The Session tag library provides tags for reading or modifying client HttpSession information. Tie information from a user to your server between multiple HTTP requests.