ifference between ibatis and mybatis

MyBatis is a fork from iBATIS, and according to Wikipedia most of iBATIS’ developers moved over to MyBatis too. The iBATIS project is currently marked as Inactive, therefore you should go with MyBatis for new projects and only use iBATIS if you’re maintaining an existing project which already uses iBATIS.

http://en.wikipedia.org/wiki/MyBatis

MyBatis is a fork of iBATIS 3.0 and is maintained by a team that includes the original creators of iBATIS.

http://en.wikipedia.org/wiki/IBATIS

On May 21, 2010 the development team forked the code creating a new project called MyBatis and making new releases there. As a consequence the Apache iBATIS project became inactive and was moved to the Apache Attic in June 2010.

Leave a Comment