Search code examples
hibernateweb-applicationsnetbeansvs-web-application-project

Add hibernate to existing web application in netbeans?


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.


Solution

  • In Netbeans version 7.3.1

    right-click on "Source Packages" >> New >> Other... >> Hibernate >> Hibernate Configuration Wizard.