| Actually, what I would find more interesting is a "struts aware" tool
that
| lets you load/mount a war file.
| Then the tool/module would rip through it and produce all my
documentation
| and (UML) workflow diagrams.
You could do this sort of stuff using a UML doclet plugged into a javadoc
task.

| As well as produce a "recommended.htm" that lists common mistakes and/or
| configuration issues.
Maven uses checkstyle to tell you about source code problems. The plug-in
I'm writing for Maven will tell you about things like form beans whose
classes don't exist in the war, actions whose classes don't exist in the
war, actions who refer to form beans that don't exist, as well as checking
the web.xml stuff all refers to real stuff in the war.

| Yaa yaa, I know, I'm dreaming.
Give me your wishlist....
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


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

Reply via email to