• 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

Using HibernateEntityManager with Websphere 6.1

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam pretty new to the JPA world, so please excuse if this question is dumb.
I would like to use JPA and came across HibernateEntityManager which is an implementation of EJB3. I also saw that Websphere 6.1.0.3 and Weblogic 9.2 support JPA.However Websphere 6.1.0.3 needs a Feature pack which has "preliminary" implementation of EJB3. Now, is it possible to integrate hibernate Entity Manager with Websphere 6.1/Weblogic 9.2 and use that instead of either Weblogic's or Websphere's JPA implementation? I read this in IBM developer works page and not sure what they mean by this...

�Hibernate's JPA support provides for JPA standard persistence and is a good alternative to the proprietary Hibernate APIs. Hibernate's JPA implementation requires a Java SE 5 based runtime, and therefore only runs on WebSphere Application Server V6.1 or later. At the time of publication, Hibernate's JPA support does not run on WebSphere z/OS and iSeries platforms. The Hibernate documentation describes how to package and deploy applications using Hibernate's JPA implementation.�

Does this mean HibernateEntityManager can work with Websphere 6.1?
 
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
Yes, anywhere you have an EJB3 compatible app server, means you can use Hibernate's implementation of JPA.

Mark
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic