Home > MyBatisDAOHelper

MyBatisDAOHelper

MyBatisDAOHelper is a project mainly written in Java, based on the MIT license.

A basic framework for using MyBatis with the DAO pattern

A helper framework for using MyBatis with the DAO pattern. Created by http://www.idleworx.com http://blog.idleworx.com http://twitter.com/idleworx

Read more about it in this blogpost: http://blog.idleworx.com/2011/09/mybatis-dao-example-code-tutorial.html

Dependencies (available in the lib folder):

  • mybatis(latest).jar
  • slf4j | logback
  • junit4 for running the tests
  • mysql jdbc driver
Previous:IcePlex