3

I have created a web application in netbeans and it works fine. Now for the learning purpose I want to use hibernate for the database interaction. I can create a new project with hibernate in netbeans but I don't know how to add hibernate in my existing project.

Thank you.

me_digvijay
  • 5,374
  • 9
  • 46
  • 83

1 Answers1

7

In Netbeans version 7.3.1

right-click on "Source Packages" >> New >> Other... >> Hibernate >> Hibernate Configuration Wizard.
Tushar Gupta - curioustushar
  • 58,085
  • 24
  • 103
  • 107
user2601741
  • 86
  • 1
  • 2