Unless there is a real need for it, I don't recommend to go with EJB. Castor JDO w/o EJB is sufficient for many project and it is much easier, simpler and faster to develop with. Also, your app is more portable too.
Regards, Low -----Original Message----- From: Dan Zainea [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 5:39 To: [EMAIL PROTECTED] Subject: [castor-dev] Deployment of J2EE application using Castor I am developing a J2EE application using Castor and Struts on Tomcat 4.0. So far, Castor has proven to be a very helpful tool, I used it to generate the value objects and for persistence logic and I am very happy with the development model and the fact that it saves me a lot of development time. I have a question on deployment though, I am not sure where to put the mapping.xml and database.xml files, I assume in web-inf/ directory, can anyone confirm? Also, I am looking for tips on architecture, my current architecture uses Castor JDO in the data access objects (DAO) classes, but I am interested to see how people with more experience with Castor JDO have used for J2EE applications (EJB/non-EJB scenarios). Thanks in advance, Dan. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
