posted by Thom Holwerda on Wed 30th Nov 2005 16:29 UTC, submitted by anonymous
IconThere 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.
e p (0)    10 Comment(s)

Related Articles

posted by Thom Holwerda on Fri 8th Aug 2008 18:31, submitted by Hagar
posted by Bjorn Raupach on Thu 17th Jul 2008 06:01
posted by Tony Steidler-Dennison on Thu 10th Jul 2008 13:39 submitted by BlueVoodoo