|

Personal, Standard, Pro, Enterprise
|
JSP Tag Wizards 3.0 (ID #22061)
Keith Wood
A JBuilder OpenTool that provides two wizards for developing JSP tag libraries. They support JSP 1.1, JSP 1.2, and now JSP 2.0.
JSP Tag Class Generator
A wizard that creates classes that implement the Tag, BodyTag, or SimpleTag interfaces (from the javax.servlet.jsp.tagext package). You can also generate TagExtraInfo classes to support your tags.
You can specify the type of functionality required of the tag (nested in another tag, looping, updates its body, handles its own errors, accepts any attributes, etc) and enter a list of attributes that it accepts.
Taglib Descriptor Generator
A wizard that scans the Java source in a project looking for classes that implement the Tag or SimpleTag interfaces (from the javax.servlet.jsp.tagext package). It also locates supporting classes from the servlet/JSP specification, such as validators, listeners, extra info classes, etc.
These are examined and presented for modification in a dialog box. Upon completion the information is used to generate a taglib descriptor file for the project. By default, the file has the same name as the project with a .tld extension, but this can be overridden.
Just copy the JAR files to the JBuilder/lib/ext directory, and restart JBuilder to install the tool. Both the wizards appear in the Object Gallery (File | New on the menu) on the Web tab.

JSP Tag Wizards 3.0 home page
|