aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Newbie in EJB need help ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Newbie in EJB need help ?" Watch "Newbie in EJB need help ?" New topic
Author

Newbie in EJB need help ?

gurpeet singh
Ranch Hand

Joined: Apr 04, 2012
Posts: 869

the following lines are from EJB 3 IN ACTION

Since JPA standardizes ORM frameworks for the Java platform, you can plug in
ORM products like JBoss Hibernate, Oracle TopLink, or BEA Kodo as the underlying
JPA “persistence provider” for your application.


does it mean that we can use JPA AND HIBERNATE together ?


OCPJP 6(100 %) OCEWCD 6(91 %)
Marcin Strzyz
Greenhorn

Joined: Feb 25, 2012
Posts: 5
JPA is a specification and Hibernate is one of the implementations of this specification. So yes you can use JPA and Hibernate together.
 
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: Newbie in EJB need help ?
 
Similar Threads
Hibernate Books
ORM ?
using Hibernate with Session Bean
Can JSP and Servlets do everything doing by EJB
JPA and Hiberate