das: Data Structures
|
|
![]() |
Version 1.5 Deployment Guide
Introduction
The Xephyrus Data Structures Tag Library (das) provides an easy way to create and manipulate the contents of common Java data-structures such as maps and lists using JSP tags.
Deployment
For most JSP 1.2+ web application servers, such as Tomcat 5, you only need to place the das tag library jar file in the WEB-INF/lib directory of your web application. Most servers will automatically load the taglib URI defined in the jar file. In other words, just do this:
If you happen to have a web application server for which this does not work, follow these steps to set up a hard-link to the taglib URI:
To use the tags from this library in your JSP pages, add the following directive at the top of each page:
<%@ taglib uri="http://www.xephyrus.com/taglib-datastructs" prefix="das" %>
where "das" is the tag name prefix you wish to use for tags from this
library. You can change this value to any prefix you like.
Building
To build this critter, the following libraries are required:
Once those are in place, put yourself in the base directory of the uncompressed taglib-datastructs project tree and use ant to build. The following ant rules are available:
That's pretty much it. | ![]() |
|
The Xephyrus Data Structures Tag Library
is Copyright © 2003-2005 by Topher ZiCornell. Read the license for licensing information. These web pages are Copyright © 2003-2005 by Topher ZiCornell. All rights reserved. |