In this Hibernate Getting Started you will quickly download the a Hibernate running example project and run on your machine.
After completing this tutorial you should be able to run the hibernate based application from Eclipse Environent.
Let's get started with the fast track Hibernate Getting Started tutorial.
What is required?
Downloading the project
Download the Hibernate Getting Started project. Save the file into hard disk and extract.
Opening the project in Eclipse:
Open eclipse and select File --> New --> Java Project. This will open the wizard as shown below:
log4j:WARN No appenders could be found for logger (org.hibernate.cfg.Environment).
log4j:WARN Please initialize the log4j system properly.
Inserting Record
Done
Hibernate: insert into CONTACT (FIRSTNAME, LASTNAME, EMAIL, ID) values (?, ?, ?, ?)
In this short tutorial we learned how to run the Hibernate application from Eclipse IDE. You can continue learning hibernate tutorial at http://www.roseindia.net/hibernate.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Hibernate Getting Started
Post your Comment