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]
Hi Scott,
Not sure what you mean by container managed service, tomcat on its own is a
servlet container, not an application container, like JBoss, maybe you saw
hibernate referenced in Spring which is a whole collection of frameworks
built on top of servlet technology, it uses hibernate, and
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
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
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