-
Integrating Hibernate with EJB (2 messages)
- Posted by: vinoth S
- Posted on: January 22 2009 06:17 EST
Hi all, I am new to EJB and hibernae. I am using Hibernate 3.0, Jboss 4.0.2, EJB 2.1.Can you please spend your valualbe time and tell me how to integrate EJB and Hibernate. we plan to use stateless session beans which will call the DAO. I searched in google and i cant find any answer relavant to me. 1. What are the configurations need to be done in JBOSS. 2. How to access the hibernate session in EJB. Please explain the steps clearly, So that this thread will be useful to me and others. And i have to solve this issue, As soon as possible. thanks, VinothThreaded Messages (2)
- Hope this helps by Nauman Bashir on January 26 2009 01:20 EST
- Re: Hope this helps by Ajay Tiwari on February 09 2009 22:15 EST
-
Hope this helps[ Go to top ]
- Posted by: Nauman Bashir
- Posted on: January 26 2009 01:20 EST
- in response to vinoth S
Hi, I came accross this article which i think is useful http://www.laliluna.de/struts-hibernate-integration-tutorial-en.html do let me know if it's usefull :) -
Re: Hope this helps[ Go to top ]
- Posted by: Ajay Tiwari
- Posted on: February 09 2009 22:15 EST
- in response to Nauman Bashir
Just fail to understand why you are using the old version of EJB. My suggetion is to use EJB 3 on JBoss 4.2.2 or higher version because it uses underlying hibernate services to provide the JPA implementation. So in that case you dont need to integrate EJB with hibernate.