• 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

Integrating Hibernate in a Web Service

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

First of all I was confused as to where I should post as this concerns both Hibernate and Web Service . So I apologize if this ends being the wrong place to start a thread .

And Now the question . I am working on Eclipse and I need to somehow use Hibernate to access DB in the web service which I previously used to do using the normal JDBC method . Can anyone here guide me as to how I should proceed ( with respect to Eclipse would be helpful ) or even point me in the right direction .

Thanks and Regards
Varun
 
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you used Hibernate before?
Do you know what framework is being used for web services? Is it Metro, CXF, Axis or something else?
 
Varun Nambuthiri
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

Thanks for the response !

No , I haven't . I know the very basics that are needed to run a hibernate program that all . I am using Axis2 .

Thanks and Regards
 
Padmarag Lokhande
Ranch Hand
Posts: 93
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please check if this link helps you - http://stackoverflow.com/questions/6217280/axis2-and-hibernate-integration-without-spring
 
Varun Nambuthiri
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I will check it out and let you know if it works out .

Thank you !

Regards
Varun
 
reply
    Bookmark Topic Watch Topic
  • New Topic