This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: Rethinking Persistence: JPA/Hibernate and myBatis Compared
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
If you have an application, it probably talks to a database. In this presentation we’ll look closely at the pros and cons of the two most popular approaches to relational database integration: JPA (Hibernate) and myBatis.
Our analysis will walk through several topics, including:
* Developer productivity
* Caching strategies
* Debugging
* Session & transaction management
* Schema management
In particular, we’ll walk through a hands-on review of the myBatis 3 (based on simple annotations) and compare and contrast that with the JPA approach.
Video Producer: Seattle Java User Group