iBATIS

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

Articles
  

Articles:
  • iBatis DAO by Sunil Patil   - [Clicks: 523]
    Sunil Patil shows how to use Apache iBatis Data Access Objects to employ an implementation-hiding DAO pattern for your J2EE application.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/08/10/ibatisdao.html - Aug, 2005
  • DB2 UDB, WebSphere, and iBATIS by Owen Cline   - [Clicks: 203]
    Learn how to use iBATIS in Java applications and J2EE applications. This article covers the iBATIS syntax, accessing data sources, setting up WebSphere Studio Application Developer Version 5.1.2 projects to support iBATIS, and querying DB2 Universal Database Version 8.1 (DB2) using iBATIS.
    [Includes source code]
    http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0502cline/index.html - Feb, 2005
  • Object-Relational Mapping with SQLMaps by Sunil Patil   - [Clicks: 518]
    This article is a step-by-step tutorial about how to use the SQLMaps framework. We will start by creating a sample Struts application and configure it to use SQLMaps. Then we will cover how to perform basic database operations like SELECT, INSERT, UPDATE, etc. Next, we will cover what options SQLMaps provides for connection and transaction management. And at the end, we will try to use some advanced features of SQLMaps like caching and paging.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/02/02/sqlmaps.html - Feb, 2005

[Top]