Hi,
I need to use hibernate as a Data access layer which will be accessed from Stateless session beans deployed in Weblogic portal server.
Now my question is how do i achieve this? The Hibernate will not be used to get the data but persistance is also expected out of it.
All pointers regarding this are welcome.
Thanks in advance,
Amit
-
Stateless session bean and hibernate (2 messages)
- Posted by: Amit L
- Posted on: February 25 2005 04:03 EST
Threaded Messages (2)
- Stateless session bean and hibernate by sandip prashar on March 21 2005 15:57 EST
- Ejb 3.0 session bean along with hibernate by karm singh on October 02 2007 11:58 EDT
-
Stateless session bean and hibernate[ Go to top ]
- Posted by: sandip prashar
- Posted on: March 21 2005 15:57 EST
- in response to Amit L
I am facing the same scenario, how do we move the hibernate persistence from application layer to business tier.
I am using model javabeans and hbm.xml for creating persistence layer and since I have to introduce session beans, do I have to move the persistence layer to EJB container. -
Ejb 3.0 session bean along with hibernate[ Go to top ]
- Posted by: karm singh
- Posted on: October 02 2007 11:58 EDT
- in response to sandip prashar
I want to use hibernate as dataaccess layer and session bean as buisness logic. How i will integrate both. Any pointers will be of great help