News

Hibernate ORM, popularly known as just Hibernate, is a framework that maps object-oriented domain models to databases in Java. Hibernate was first released in 2001, back when data persistence ...
Hibernate 3.5 Tutorial Part II: CRUD Operations with Hibernate & JPA 2.0 If you know someone who's struggling to learn Hibernate and JDBC, send them along to both the site and the tutorials. Many a ...
I discovered Hibernate Validator, an open source project from JBoss. The framework impressed me with its simplicity and flexibility, so I am introducing it with this Java Tip.
As a second iteration, use the technologies you use on a daily basis, but this time set up from scratch. For example, if your project uses Hibernate, try configuring the session factory by hand.