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, presumbably XDoclet, to generate an XML file that includes the struts-mappings, any JavaDoc class documentation, as well as these custom XDoclet annotations. I would then use XSL to transform the XML file into a site guide of sorts, a navigable guide to all the actions in my class and what they do, require, etc. Has anyone embarked on anything like this and if so could you point me to some resources that might help. So far, I have only used pre-defined XDoclet templetes.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to