• 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

how to use hibernate in servlet with in eclipse

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

i am using eclipse. i install plugin for both hibernate and servlet.
both are up and running separately . but i want to run both in single program or in single project.
is it possible ?? help me or please give some project example reference which is using both the things.

thanks in advance.
 
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

...both are up and running separately...


What you meant by this? In Eclipse plugins are to help you the development process like for example an Hibernate plugin may allow you to reverse engineer from a database, create config files easily etc... What you expect from these plugins, and what specific plugins you installed?
 
anchit pancholi
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vijitha Kumara wrote:

...both are up and running separately...


What you meant by this? In Eclipse plugins are to help you the development process like for example an Hibernate plugin may allow you to reverse engineer from a database, create config files easily etc... What you expect from these plugins, and what specific plugins you installed?



i mean.. i used hibernate to make communicate with database( it's my frt program how is take data) and use servlet(this my secd program which show the content) for how to show database data in browser. so i want to use both operation in one program . by that i can fatch data and display in browser.

thanks for quick reply.
 
Vijitha Kumara
Bartender
Posts: 4116
72
Mac TypeScript Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, so you have to have at least a WAR file created (with Servlet, POJOs etc... bundled) and deployed in to a web container (like Tomcat).
 
reply
    Bookmark Topic Watch Topic
  • New Topic