
December 6th, 2005, 09:00 AM
|
|
Utility Bot
|
|
Join Date: Feb 2004
Posts: 911
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
|
Introducing Hibernate
Databases are complex to implement. This is especially true when components of a database based on two different approaches (i.e. object oriented vs. relational) must interact with each other. Object Relational Mapping (ORM) frameworks can act as mediators between the two approaches. Hibernate, the topic of this article, is an ORM framework for Java.
Read the full article here: Introducing Hibernate
For more discussion go here: Blog Article Discussion
|