Installation and Set Up of Hibernate
(Page 1 of 6 )
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).
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:
Next: Getting an Ant Distribution >>
More Java Articles
More By O'Reilly Media
|
This article is excerpted from chapter one of Hibernate A Developer's Notebook, written by James Elliot (O'Reilly; ISBN: 0596006969). Check it out today at your favorite bookstore. Buy this book now.
|
|