• 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

Which is a good choice ( EJB Vs Hibernate )

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am confused of selecting which one to use. If the project is very large they which framework will give me advantage (performance, development time, maintainability ...etc). If you people have any experiance or knowledge of using these tech./framework please provide your opinions on this.
 
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
Well, if you use EJB 3.0 then in JBoss AS Hibernate is the EJB 3.0 Entity Bean implementation, also using EJB 3.0 JPA you are using a standard that you can switch out any JPA implementation project that is out there. If you are using EJB 2.x then I recommend Hibernate over Entity Beans, actually I recommend any ORM over EJB 2.x Entity Beans. But that is also my opinion.

Mark
 
reply
    Bookmark Topic Watch Topic
  • New Topic