aspose file tools
The moose likes Object Relational Mapping and the fly likes Taking suppourt of EJB Container Managed Support in Hibernate Applications Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Taking suppourt of EJB Container Managed Support in Hibernate Applications" Watch "Taking suppourt of EJB Container Managed Support in Hibernate Applications" New topic
Author

Taking suppourt of EJB Container Managed Support in Hibernate Applications

Ravi Kiran Va
Ranch Hand

Joined: Apr 18, 2009
Posts: 2234

Hi

We need to persist data that is coming from a JSP Page .

The servlet is contacting to the Hibernate which is acting as Business Layer .

Instead of using Hibernate Inbuilt Transaction Management which is avialable in the form of Transaction , our Architect is suggesting to use EJB Container Mangaed Transactions .

I do not understand why an extra layer for that is EJB only for Transacion suppourt . Are these the standards ??
Can anyone tell me do i get any advantages for going an extra Layer that is EJB ??


Save India From Corruption - Anna Hazare.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Taking suppourt of EJB Container Managed Support in Hibernate Applications
 
Similar Threads
Regarding the Transaction suppourt when using MDB and SessionBeans
IS it advisable to use Transaction suppourt from servlets of with in EJB Bean class
How to configure JPA suppourt for a Application
Hibernate suppourt with JPA
the bean and the classloader