• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Hibernate vs EJB 3.0

 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ?
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How long are you willing to wait for EJB 3.0?
 
Mark Spritzler
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Will the EJB 3.0 specification gonna change ? Is there a book about Hibernate 3.0 ?
reply
    Bookmark Topic Watch Topic
  • New Topic