Spring DAO

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

Articles
Tutorials
  

Articles:
  • A Primer on Spring's Data Access Object (DAO) Framework by Dhrubojyoti Kayal   - [Clicks: 408]
    This article is a primer on DAO design pattern, highlighting its merits and demerits. It then introduces the Spring 2.0 JDBC/DAO framework and demonstrates how it elegantly addresses the drawbacks in traditional DAO design.
    http://dev2dev.bea.com/pub/a/2006/10/spring-jdbc-dao.html - Nov, 2006

[Top]

Tutorials:
  • Apache Geronimo and the Spring Framework, Part 3: Integrating DAO and ORM by Arun Chhatpar   - [Clicks: 555]
    Extend the Apache Geronimo application you created in Part 2 of this six-part tutorial series. In Part 1 you explored the Geronimo application server, the Spring Framework, and Inversion of Control (IoC). Then you learned how to develop, configure, and deploy your first application based on the Spring Framework. In this installment, you'll learn how to let the integrated technologies -- like Spring Java Database Connectivity (JDBC) and Spring Data Access Objects (DAO) APIs -- do the work by reading your application data dynamically from an Apache Derby database. You'll also find out how to integrate Object Relational Mapping (ORM) into your application using iBATIS and appreciate the beauty of dependency injection by modifying the data sources in your application without touching the code.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/os-dw-os-ag-springframe3.html - Sep, 2006

[Top]