Custom JSP taglib lets you restart your web application. The idea is the
same as for all our components in Coldtags suite - stay
in JSP for the whole development cycle. Now you can restart you application right from JSP page.
Practically, tag restart updates last modified date for your web.xml file.
This action lets you restart your web application. For example:
<%@ taglib uri="taglib.tld" prefix="r" %> <r:restart/> Tags are: restart Tag lets you restart your web application. Parameters are: 1) cond Optional attribute. Describes a boolean value tag's execution depends on. Default value is true (restart). for downloading: Library: restart.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|