aspose file tools
The moose likes Object Relational Mapping and the fly likes Hibernate vs EJB 3.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » Object Relational Mapping
Reply Bookmark "Hibernate vs EJB 3.0" Watch "Hibernate vs EJB 3.0" New topic
Author

Hibernate vs EJB 3.0

ben oliver
Ranch Hand

Joined: Mar 28, 2006
Posts: 369
I heard that EJB 3.0 is going to be very like Hibernate mechanism. Then, why don't people wait for EJB 3.0 ? If I want to convert an existing entity bean involved application into Hibernate, maybe the best way is don't do it and just wait for EJB 3.0 ? (Because I guess that may require less change for me since I am still working on the EJB family. right ?)

Should we go with EJB 3.0 or Hibernate ?
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

Hibernate 3.0 is Hibernates implementation of EJB 3.0

So if you use Hibernate 3.0 you can use the same objects as Entity Beans.

I'd say go with Hibernate, because no matter what you will find it easy to move to EJB 3.0 if you are using EJB 2.x.

Of course, remember that is just my opinion.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Emanuel Kadziela
Ranch Hand

Joined: Mar 24, 2005
Posts: 186
How long are you willing to wait for EJB 3.0?
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

We didn't wait at all. We are using it now in our application. And are almost live, we are taking live orders now, but with a subset of users.

All in EJB 3.0

Mark
victor araujo
Greenhorn

Joined: Mar 17, 2004
Posts: 14
Will the EJB 3.0 specification gonna change ? Is there a book about Hibernate 3.0 ?
 
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: Hibernate vs EJB 3.0
 
Similar Threads
EJB 3.0 and Hibernate
about EJB 3.0 ?
Hibernate now, or wait until EJB 3.0?
EJB 2.0 EJB 3.0 Hibernate Architectural Desicion
Hibernate object states and lifecycle?