Home arrow Java arrow Page 4 - Installation and Set Up of Hibernate
JAVA

Installation and Set Up of Hibernate


Hibernate is an object/relational mapping service that bridges the worlds of Java objects and relational databases. If this sounds like it might be useful to you, keep reading. This article is excerpted from chapter one of Hibernate A Developer's Notebook, written by James Elliot (O'Reilly; ISBN: 0596006969).

Author Info:
By: O'Reilly Media
Rating: 4 stars4 stars4 stars4 stars4 stars / 8
July 27, 2006
TABLE OF CONTENTS:
  1. · Installation and Set Up of Hibernate
  2. · Getting an Ant Distribution
  3. · Getting the HSQLDB Database Engine
  4. · Getting Hibernate
  5. · Setting Up a Project Hierarchy
  6. · Setting Up a Project Hierarchy: A quick test

print this article
SEARCH DEVARTICLES

TOOLS YOU CAN USE

advertisement
Installation and Set Up of Hibernate - Getting Hibernate
(Page 4 of 6 )

This doesn’t need much motivation! You picked up this book because you wanted to learn how to use Hibernate.

How do I do that?

Go to the Hibernate home page, http://www.hibernate.org/, and click on the “Download” link. The Binary Releases section will tell you which version is recommended for downloading; follow that advice. Make a note of the version you want and proceed to the “Download: SourceForge” link. It takes you to a SourceForge downloads page. Scroll down until you find the recommended release version of Hibernate itself (which will look something likehibernate-2.x.y.zip orhibernate-2.x.y.tar.gz). Choose the archive format that is most convenient for you and download it.

Pick a place that is suitable for keeping such items around, and expand the archive. We will use part of it in the next step, and investigate more of it later on. You may also want to poke around in there some yourself.

While you’re on the Hibernate downloads page, also pick up the Hibernate Extensions. They contain several useful tools which aren’t necessary for an application running Hibernate, but are very helpful for developers creating such applications. We’ll be using one to generate Java code for our first Hibernate experiment in the next chapter. This filename will look likehibernate-extensions-2.x.y.zip (it won’t necessarily have the same version as Hibernate itself). Once again, pick your favorite archive format, download this file, and expand it next to where you put Hibernate.


blog comments powered by Disqus
JAVA ARTICLES

- Deploying Multiple Java Applets as One
- Deploying Java Applets
- Understanding Deployment Frameworks
- Database Programming in Java Using JDBC
- Extension Interfaces and SAX
- Entities, Handlers and SAX
- Advanced SAX
- Conversions and Java Print Streams
- Formatters and Java Print Streams
- Java Print Streams
- Wildcards, Arrays, and Generics in Java
- Wildcards and Generic Methods in Java
- Finishing the Project: Java Web Development ...
- Generics and Limitations in Java
- Getting Started with Java Web Development in...

Dev Articles Forums 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Contact Us 
Site Map 
Privacy Policy 
Support 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 2 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials