JPA/EJB3 Relationship
Posted
by sdoca
on Stack Overflow
See other posts from Stack Overflow
or by sdoca
Published on 2010-05-18T16:27:50Z
Indexed on
2010/05/18
16:30 UTC
Read the original article
Hit count: 481
I have been reading about JPA and EJB3 and would like to confirm that my understanding of their relationship is correct. Here's what I think I know...
JPA is a specification that has been implemented by a number of vendors including:
- JBoss/Hibernate
- Oracle/TopLink Essentials (now EclipseLink)
- Apache/OpenJPA
EJB3 is a specification that is implemented in Application Servers including:
- Glassfish
- JBoss
Is this correct?
© Stack Overflow or respective owner