Tired of Hand Coding JDBC? iBatis Can Help

There is an object relational mapper out there that is a hidden gem. Instead of creating a full domain model, its job is to map Java objects directly to SQL statements. This framework is called iBatis, and its goal is to implement 80% of the JDBC boilerplate code you would otherwise have to do yourself. In addition, it provides a simple mapping and API layer that lets developers quickly develop data access code. This article explains how iBatis can help you.

10 Comments

  1. 2005-11-30 5:26 pm
  2. 2005-11-30 5:48 pm
  3. 2005-11-30 6:11 pm
    • 2005-11-30 7:03 pm
  4. 2005-11-30 9:01 pm
  5. 2005-11-30 9:03 pm
  6. 2005-11-30 11:24 pm
  7. 2005-12-01 11:13 am
  8. 2005-12-01 1:32 pm
  9. 2005-12-02 4:50 pm