What is Hibernate?
Hibernate 3.0, the latest Open Source persistence technology at the heart of
J2EE EJB 3.0 is available for download from Hibernet.org.The
Hibernate 3.0 core is 68,549 lines of Java code together with 27,948 lines of
unit tests, all freely available under the LGPL, and has been in development for
well over a year. Hibernate maps the
Java classes to the database tables. It also provides the data query and
retrieval facilities that significantly reduces the development time.
Hibernate is not the best solutions for data centric applications that only uses
the stored-procedures to implement the business logic in database. It is most
useful with object-oriented domain modes and business logic in the Java-based
middle-tier. Hibernate allows transparent persistence that enables the
applications to switch any database. Hibernate can be used in Java Swing
applications, Java Servlet-based applications, or J2EE applications using EJB
session beans.
Features of Hibernate
Detailed tutorials are available at Rose India Hibernate Tutorial.
|
Recommend the tutorial |





Ask Questions? Discuss: Introduction to Hibernate 3.0 View All Comments
Post your Comment