|
Hi,
You can download the HIbernate distribution free. that will have a very good documentation named hibernate_reference. this will help you become a proficient. This is beginner friendly
The first suggestion i would always give for beginner is to start coding every thing. Only after you know every thing you will find the plugins very useful.
You can start by creating a simple Java project, add all the required jar files to the project and start with the hello world.
|