Re: Use JavaDoc and XDoclet to create site description document

2005-03-24 Thread Hubert Rabago
I remember there was a javadoc-like tool for Struts. I googled "struts doc" and found this: http://struts.sourceforge.net/strutsdoc/ I haven't used it yet, and no nothing about it, but you might wanna check it out. On Thu, 24 Mar 2005 11:59:53 -0500, Matt Hughes <[EMAIL PROTECTED]> wrote: > I ha

Use JavaDoc and XDoclet to create site description document

2005-03-24 Thread Matt Hughes
I have a fairly large application (100+ actions) with all of the actions hard-coded into a struts-config. I would like to move the mappings into the Action classes using XDoclet as well as adding some custom parameters such as: @requires @failsIf ...etc Then I would like some tool, pr