Hi guys
I have developed many small EJB 3 applications using MyEclipse + JBoss combination (thanks laliluna and example on this site). In my entity beans I use the line
@jboss.persistence table-name = “…”
And I add the standard in the project for xdoclet with JBoss. This obviously allows setting the JBoss version, where the datasource and mapping is etc, as well as where to put the xml files, i.e. usually META-INF.
However I now have to develop for Tomcat and there doesn’t appear to be anywhere near as many tutorials online. Also there’s no tomcat.persistence option in the javadoc for xdoclet, nor is tomcat an option when adding the details for xdoclet, though there are options for jboss and weblogic.
Can anyone let me know where there’s a good tutorial online for tomcat, myeclipse and xdoclet and whether it can be done in a similar way to JBoss development?
Thanks for any help
Michael.