Spring JDBC

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

Articles
Tutorials
  

Articles:
  • Why Spring JDBC? by Vikram Veeravelu   - [Clicks: 1099]
    The easiest way to get going with Spring, in many instances, is through Spring JDBC. The JDBC support provided by the Spring framework is not tightly coupled with other parts of Spring, which boosts the maintainability of code. This article shows how any application that uses JDBC directly (i.e., not through some O/R mapping framework that itself uses JDBC) can easily benefit from Spring.
    http://today.java.net/pub/a/today/2006/05/09/why-spring-jdbc.html - May, 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]