iBATIS

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
Books
  Tutorials
  

Articles:
  • An analysis of the Apache Geronimo PetStore demo by J. Jeffrey Hanson   - [Clicks: 409]
    Want practical instructions for building an enterprise application that you can use in your business? The iBATIS PetStore application is an example application that originated from the Sun Java BluePrints program. The application illustrates how to use the capabilities of the iBATIS persistence framework, the all-Java Apache Derby database, and Java Platform, Enterprise Edition (Java EE) to develop a simple cross-platform enterprise application. This article provides tips and techniques that you can use to exploit the features of iBATIS, Derby, and Apache Geronimo to construct a flexible and usable implementation of the PetStore application.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/os-ag-petstore/index.html - Oct, 2006
  • Wake Up to iBATIS, the Hibernate Alternative for Spring by Kyle Gabhart   - [Clicks: 1295]
    As great as Hibernate is, a lesser-known Java persistence solution called iBATIS actually may be a superior technology for your Spring development in certain situations. Find out which.
    [Includes sample code]
    http://www.devx.com/Java/Article/31481 - May, 2006
  • Getting started with iBatis - a great alternative for JDBC by Jeroen van Wilgenburg   - [Clicks: 2004]
    In this article I will explain how to do simple querying with iBatis, at the end of this article you're probably wondering why you still use JDBC. I also made a paragraph about the integration with Spring.
    http://technology.amis.nl/blog/?p=1191 - May, 2006
  • Spring: Integrating iBATIS by Bruce Tate, Justin Gehtland   - [Clicks: 942]
    In this excerpt from Spring: A Developer's Notebook, Bruce Tate and Justin Gehtland introduce the iBATIS object-relational framework and show how Spring makes working with it easier.
    [O'Reilly Book Excerpts: Spring: A Developer's Notebook]
    http://www.onjava.com/pub/a/onjava/excerpt/springadn_ch05/index.html - Jan, 2006

[Top]

Books:
  • iBATIS in Action  by Clinton Begin, Brandon Goodin, Larry Meadors   - [Clicks: 661]
    iBATIS in Action shows Java developers how to tackle the problem of data persistence using the elegant iBATIS framework. iBATIS helps developers solve the problem of connecting or mapping relational databases to object-oriented code. An extensive running example presents reusable iBATIS patterns and common solutions. The sample application shows where iBATIS fits in a typical web application as well as how iBATIS integrates with other popular frameworks like Struts. iBATIS in Action focuses on solving existing problems without introducing new ones. In addition to showing what iBATIS does, iBATIS in Action also shows how iBATIS solves problems. Readers explore the driving design philosophy behind iBATIS as presented by iBATIS creator Clinton Begin. This is the only comprehensive iBATIS book available.
    Manning Publications, Paperback - Dec, 2006

[Top]

Tutorials:
  • Improve persistence with Apache Derby and iBATIS, Part 3: Transactions, caching, and dynamic SQL by Daniel Wintschel   - [Clicks: 712]
    This tutorial series has been demonstrating how you can improve persistence in your database-driven Java applications by combining Apache Derby's power as a small-footprint embeddable database with the iBATIS object-relational (OR) mapping framework. In Part 3, the final in the series, learn how iBATIS handles three advanced features of database-driven applications: transactions, caching, and dynamic SQL. Plus, find out how the Data Access Objects (DAO) framework can operate on its own without the Data Mapper framework.
    [Formats: html, pdf]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-ibatis3.html - Mar, 2006
  • Improve persistence with Apache Derby and iBATIS, Part 2: Data definition in Derby by Daniel Wintschel   - [Clicks: 340]
    In this second tutorial of a three-part series, learn more about how you can improve persistence in your database-driven Java applications by combining Apache Derby's power as a small-footprint embeddable database with the iBATIS object-relational (OR) mapping framework. In Part 2, you use iBATIS's Data Access Objects (DAO) and Data Mapper to access an application's underlying data structure effectively.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/opensource/edu/os-dw-os-ad-ibatis2.html - Feb, 2006
  • Improve persistence with Apache Derby and iBATIS, Part 1: Initial configuration, semantics, and a simple test by Daniel Wintschel   - [Clicks: 722]
    The iBATIS database-mapping framework -- a popular Java framework for object-relational (OR) mapping -- is now an Apache open source project. This tutorial is the first in a three-part series demonstrating how to combine Apache Derby's power as a small-footprint embeddable database with iBATIS and use this combination to improve persistence in your database-driven Java applications. In Part 1, you learn about iBATIS's advantages as a persistence mechanism and focus on the iBATIS Data Mapper framework.
    [Formats: HTML, PDF]
    http://www-128.ibm.com/developerworks/edu/os-dw-os-ad-ibatis1.html - Jan, 2006

[Top]