| Author |
hibernate3 and EJB3 relation?
|
Brendon Woodford
Ranch Hand
Joined: Jan 22, 2010
Posts: 53
|
|
hi all,
I am learning hibernate3. do I need to know EJB3 as well? Some books I have seen discussing EJB3 before discussing hibernate.
Thanks
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3673
|
|
|
Hibernate on it's own is an ORM framework. JPA which is part of EJB3 is a standard API for Java persistence. And hibernate has an implementation of JPA which you can use. Of course Hibernate has it's own native API that you can use without JPA, which is how hibernate being used from the beginning.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
 |
|
|
subject: hibernate3 and EJB3 relation?
|
|
|