JavaScript is disabled for your browser. Some features of this site may not work without it.
Introduction to iBatis

Author
smith, adam
Abstract
The iBatis data mapping framework for Java, .NET and Ruby increases developer productivity by facilitating database storage at a higher level than say, JDBC, without the complexity of larger object-relational mapping frameworks. This introduction is intended to show Java developers how to quickly integrate iBatis with a legacy MySQL database.