• 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

EJB3 with Hibernate for making webservices

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have gotten into this new project where they want to use Hibernate4 as the choice of JPA implementation, and still use EJB3. I am not sure why.
I would rather create webservices, and create another DAO layer using Hib4 which is anyway a JPA2 implementation and make the webservices use this layer.

We are not making any JNDI based calls to EJB so I am trying to find out if using both technologies is actually worth it, or just adding extra weight to the application.

Any responses appreciated.

Thanks!

Abhi
 
reply
    Bookmark Topic Watch Topic
  • New Topic