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 features are available at http://www.hibernate.org/About/RoadMap.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Introduction to Hibernate 3.0 View All Comments
Post your Comment