Originally posted by Mcgill smith:
Thanks Norman and Lasse.
Just installed XDoclet and followed Norman�s advice
(a true beginner would probably want to cut and paste from an existing XDoclet
build.xml)
It WORKED!!
Magic!
Hooray!
The biggest challenge is getting started. The code samples from the book at the manning site should be helpful there, but there are other examples on the net. I also mentioned Xcode in another topic. If you are doing
J2EE (web or EJB) xcode will give you a complete Ant build file with XDoclet already integrated. It will set you up with some stub merge files that you can use and will generate sample servlets/beans for to demonstrate the tags.
Oh, and it will deploy straight to the built-in
JBoss for you.
I can't think of a simpler way to get started...