Home arrow Java arrow 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
(Page 1 of 6 )

Installation and Setup

It continues to amaze me how many great, free, open source Java™ tools are out there. When I needed a lightweight object/relational mapping service for a JSP e-commerce project several years ago, I had to build my own. It evolved over the years, developed some cool and unique features, and we’ve used it in a wide variety of different contexts. But now that I’ve discovered Hibernate, I expect that I’ll be using it on my next project instead of my own familiar system (toward which I’ll cheerfully admit bias). That should tell you how compelling it is!

we’ve used it in a wide variety of different contexts. But now that I’ve discovered Hibernate, I expect that I’ll be using it on my next project instead of my own familiar system (toward which I’ll cheerfully admit bias). That should tell you how compelling it is!

In this chapter:

  • Getting an Ant Distribution
  • Getting the HSQLDB Database Engine
  • Getting Hibernate
  • Setting Up a Project Hierarchy

    Since you’re looking at this book, you’re interested in a powerful andconvenient way to bridge between the worlds of Java objects and relational databases. Hibernate fills that role very nicely, without being so big and complicated that learning it becomes a daunting challenge in itself. To demonstrate that, this chapter guides you to the point where you can play with Hibernate and see for yourself why it’s so exciting.


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 3 - Follow our Sitemap
Popular Web Development Topics
All Web Development Tutorials