You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Yanko, Curtis" <cu...@uhc.com> on 2010/10/15 19:28:54 UTC

Taglibs

 
Can anyone recommend a taglib plugin to generate TLD's?

________________________________

Curt Yanko | Continuous Integration Services | UnitedHealth Group IT 
Making IT Happen, one build at a time

This e-mail, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed. If the reader of this e-mail is not the intended
recipient or his or her authorized agent, the reader is hereby notified
that any dissemination, distribution or copying of this e-mail is
prohibited. If you have received this e-mail in error, please notify the
sender by replying to this message and delete this e-mail immediately.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Taglibs

Posted by Antonio Petrelli <an...@gmail.com>.
2010/10/15 Yanko, Curtis <cu...@uhc.com>:
>
> Can anyone recommend a taglib plugin to generate TLD's?

<shameless-plug>
I am currently working in Tiles on a Maven plugin that generates JSP
tags (TLD and SimpleTag classes), Velocity directives and Freemarker
directive models starting from classes with an "execute" method:
http://svn.apache.org/repos/asf/tiles/sandbox/trunk/tiles-autotag/
Notice that it is *really* experimental. However, classes are
generated fine for experimental Tiles 3.
Base classes:
http://svn.apache.org/repos/asf/tiles/sandbox/trunk/tiles3/tiles-template/
Generated tags:
http://svn.apache.org/repos/asf/tiles/sandbox/trunk/tiles3/tiles-jsp/
http://svn.apache.org/repos/asf/tiles/sandbox/trunk/tiles3/tiles-velocity/
http://svn.apache.org/repos/asf/tiles/sandbox/trunk/tiles3/tiles-freemarker/
For any questions ask the Tiles Developers mailing list:
http://tiles.apache.org/mail-lists.html
</shameless-plug>

HTH
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org