TagIt 1.0 review

Download
by rbytes.net on

Tagit allows custom JSP tags to be tested with a container

License: LGPL (GNU Lesser General Public License)
File size: 31K
Developer: Steve Scholnick
0 stars award from rbytes.net

Tagit allows custom JSP tags to be tested with a container. It is very different than TagUnit; the two libraries complement each other nicely. Tagit is an implementation of the Mock Objects testing pattern.

All custom JSP tags generate HTML, and the HTML can be validated. Often custom tags are reading data from the HTTP request or the HTTP session, Tagit allows data to be stored in the session or the request.

TagIt cannot be used for any custom tags that generate data in the request etc; Tagit is designed to only tags that simplify the creation of HTML.

TagIt is licensed under the LPGL, except for the following packages that are released into public domain:

net.scholnick.net.test.tag
net.scholnick.unittests

Any classes in these packages can be used for any purpose at anytime. They demonstrate how to use TagIt.

TagIt 1.0 search tags