About com.squeakysand.jsp - reactor

Libraries and tools related to Java Server Page (JSP) technology.

Project Modules

This project has declared the following modules:

Name Description
com.squeakysand.jsp - dependencies Defines versions of libraries used by all of the SqueakySand JSP libraries.
com.squeakysand.jsp - squeakysand-jsp Classes and annotations for working with JSP technologies.
com.squeakysand.jsp - squeakysand-jsp-tldgenerator Tool for automating the generation of JSP Custom Tag Library Descriptor (<code>.tld</code>) files. This is the basic code for doing the generation, you would normally some other code around this code to invoke it meaningfully. For example, see the <a href="../jsptld-maven-plugin">JSP TLD Maven Plugin</a> page.
com.squeakysand.jsp - jsptld-maven-plugin The JSP TLD Maven Plugin is used to automate the management of JSP Tag Library Descriptors as part of a Maven build. It is intended to decrease the burden on JSP developers associated with writing custom JSP Tag Libraries. The goal is to encourage JSP developers to write better JSP files by using custom JSP Tag Libraries more extensively. The Plugin can process Java annotations on Tag implementation classes and also discover Tag Files (.tag and .tagx files). The Java 5 Annotations recognized by this Plugin are all part of the <a href="../squeakysand-jsp/apidocs/com/squeakysand/jsp/tagext/annotations/package-summary.html">com.squeakysand.jsp.tagext.annotations</a> package.
com.squeakysand.jsp - squeakysand-jsp-taglib Useful collection of general purpose JSP tags.
com.squeakysand.jsp - squeakysand-jsp-taglib-test-webapp Web App for testing the taglib.