Tag: <span>hibernate</span>

Annotation based Dependency Injection in Spring 3 and Hibernate 3 Framework

Spring is a popular framework for developing java-based applications. Annotations are easy to use and they make the code more readable, being less xml based. This article provides a step by step approach on how to implement annotation based dependency injection using the Spring3 and Hibernate 3 open source java …

Tuning Hibernate and Connector/J

Many Java developers using MySQL as a database also use Hibernate to bridge their OO designs with the relational database world. This video presents Hibernate and some related projects, with a focus on performance. It also covers performance related considerations about Connector/J, the official JDBC driver for MySQL, discussing settings …