XDoclet and Struts Validator
From the struts-dev list and Erik Hatcher:
My XDoclet Struts Validator validation.xml (for Struts 1.1) has been
posted to the XDoclet tracker.
I'm hoping it will be added to the codebase and put into the upcoming
new release of XDoclet (although I'm using XDoclet from CVS builds).
Read the HTML file attachment on the issue page above for an example of how it works.
If you're hand-coding validation.xml and using ValidatorForm extensions then this is for you!
I can't wait to use XDoclet in my next project! On my current project, I've already written most of the ValidationForms I need. I used the Generator package to do this, but I hope to either (1) refactor my current project to use Castor/XDoclet like Roller, or (2) use it on my next project.
I ordered an Ant book this evening in hopes of learning a lot more about Ant. I think I know a lot, but there's always room for more knowledge.