Re: EJB 3.0 and Hibernate

2007-03-12 Thread org
Here you go http://www.hibernate.org/114.html shows you how to use it in Tomcat - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: EJB 3.0 and Hibernate

2007-03-12 Thread org
to replace that. Think you'll find Tomcat a whole lot easier to learn than JBOSS. Whew! I can waffel :) - Original Message - From: "Scott Purcell" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, March 12, 2007 4:11 PM Subject: EJB 3.0 a

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Rajesh Chandra
Not sure whether this is a new module you are trying to implement or refactoring the existing implementation... As Ron Wheeler suggested, spring framework is one option you can try. Regards, Rajesh On 3/12/07, Markus Schönhaber <[EMAIL PROTECTED]> wrote: Scott Purcell wrote: > Looking at inc

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Markus Schönhaber
Scott Purcell wrote: > Looking at incorporating the Java Persistence API (EJB 3.0) and was > wondering if Tomcat 5.5 supports this. It looks like we need container > managed services and was wondering if we can use Tomcat instead of JBoss? Tomcat doesn't support the JPA out of the box. But since

Re: EJB 3.0 and Hibernate

2007-03-12 Thread Ron Wheeler
You might look at Spring to help make this hang together www.springframework.org Ron Scott Purcell wrote: Hello, Looking at incorporating the Java Persistence API (EJB 3.0) and was wondering if Tomcat 5.5 supports this. It looks like we need container managed services and was wondering if

EJB 3.0 and Hibernate

2007-03-12 Thread Scott Purcell
Hello, Looking at incorporating the Java Persistence API (EJB 3.0) and was wondering if Tomcat 5.5 supports this. It looks like we need container managed services and was wondering if we can use Tomcat instead of JBoss? Thanks, Scott