Two wizards to help with the development of JSP tag libraries.
A wizard that creates classes that implement the
javax.servlet.jsp.tagext.Tag
or
javax.servlet.jsp.tagext.BodyTag
interfaces.
You can specify the type of functionality required of the tag
and enter a list of attributes that it accepts.
A wizard that scans the Java source in a project looking for classes that
implement the javax.servlet.jsp.tagext.Tag
interface. These are examined
and presented modification in a dialog box. Upon completion the
information is used to generate a taglib descriptor file for the project.
The file has the same name as the project with a .tld
extension.
WARNING: It overwrites any existing file with the same name.
Written by Keith Wood (kbwood@compuserve.com)