Eclipse3.0 development of Hibernate configuration articles
Keywords: Eclipse3.0, Hibernate
Configuring Hibernate on Eclipse3.0: Actually, it is very simple. If you are not familiar with Eclipse, then see the tutorials whose Eclipse is entry.
The steps to configure Hibernate are as follows:
Get Hibernate API
1 Try to www.google.com in your IE bar. In the page text box, enter as follows:
In the result you can find the relevant connection to the Hibernate API download.
2 The result of download is:
Yes, it is it. The file size is 13.8MB. It is 38.5MB after decompression.
3 What we really want is:
How, can't you find it? Just in the folder after decompression.
Two Hibernate plugins on Eclipse
The main goal now is to add Hibernate plug-in on Eclipse:
1 Launch your Eclipse
OK, Loading ...
2 Select Help-Software Updates - Find and Install
Come out as the following screen:
Point "Next"
Select New Remote Site in Install, come out as follows:
Enter: hibernate plugin or other name.
URL: for http://www.binamics.com/hibernateSync
OK, hook hibernate plugin, then do it is to click "Next" until the installation is complete. Restart Eclipse.
3 In the Eclipse interface you restart, click File-New-Other, if you see the following picture:
So, congratulations, the environment where the Hibernate program developed on Eclipse has been completed. How to develop, please see "Eclipse3.0 Development Hibernate Development"