• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Ibatis or MyBatis

 
Ranch Hand
Posts: 385
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I am making a service.

For Database works, i wanna use ORM framework.

I opted Ibatis as it works with Standard SQL only.

I have made an example using Ibatis 2.3.4 which works quite well i.e more then 600 Queries a Second.

At Ibatis website, they said that they shifted to Mybatis ->http://ibatis.apache.org/" target="_blank" rel="nofollow">Ibatis Website

Should i use IBatis version 2.3.4(or 3.0)? (as it meets all requirements for project)

or

Should prefer MyBatis -> Mybatis Website , MyBatis Google (Some code change in connections)

Please share your views!!!
 
Quick! Before anybody notices! Cover it up with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic