background preloader

Java

Facebook Twitter

Liferay

Concurrent Programming with J2SE 5.0. Oracle Technology Network > Java Software Downloads View All Downloads Top Downloads New Downloads.

Concurrent Programming with J2SE 5.0

Swing. Don't Let Hibernate Steal Your Identity. By James Brundege 09/13/2006 Enterprise Java applications often move data back and forth between Java objects and relational databases.

Don't Let Hibernate Steal Your Identity

There are several ways to do this, ranging from manually coded SQL to sophisticated object-relational mapping (ORM) solutions such as Hibernate. Generic Data Access Objects. This is a pattern for Data Access Objects with JDK 5.0, from the CaveatEmptor example application.

Generic Data Access Objects

It is also explained in the book Java Persistence with Hibernate . Two links you might find useful: Sessions and transactions and Open Session in View .