Matthew, As everyone else is in this space, I am new at this, and what I say should be taken with a high degree of skeptism.
Two weeks ago, I looked for the same type of tutorial. I found no definitive work, however, I did find clues from various sources. The two best sources are xpetstore and the xdoclet documentation. Be careful of dated examples on the web. The biggest piece of advice that I would give is to make sure that the versions of JBOSS and xdoclet that you are using matchup. I am using JBOSS v3.2.1 and xdoclet v1.2 beta 2. This seems to be work well. Also, make sure that you are reading the xdoclet documentation that matches the version you are using. Sounds obvious, but I got burnt by it. I have now worked my way through enough that I am able to generate deployment descriptors that do a reasonable job of the following: - Implement a reasonable Session facade design pattern (ejb definitions and references). - Implement one-to-many CMR patterns - Generate proper persistent fields - Distinguish between local and remote interfaces - etc. I have not attempted to use webdoclet yet. I gotta get this prototype done first... If you have specific questions, I might be able to answer them. Paul ----- Original Message ----- From: "Matthew Hixson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 9:48 PM Subject: [JBoss-user] JBoss/Tomcat and xdoclet tutorial? > I was wondering if someone could point me to some documentation that > contains step-by-step instructions for configuring an entity bean and a > session bean for deployment in Tomcat and JBoss by using xdoclet. I > would like to know exactly which xdoclet tags to use to generate which > parts of the deployment descriptors. I've found no documentation that > says "put this tag in your bean and it will generate this deployment > XML in this file," which is really what I'm looking for. The xdoclet > documentation has some vague descriptions for some of the @jboss tags, > but it doesn't show you what happens to the deployment descriptors if > you were to use those tags. > I would like to know what xdoclet tags I need to use in order for a > webapp that runs in Tomcat to lookup and make use of some session beans. > Any help would be greatly appreciated. > -M@ > > > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
