Spring JDBC

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

Presentations
Weblogs
  

Presentations:
  • Intro to Spring and JDBC/DAO Support by Eduardo Issao Ito   - [Clicks: 554]
    While studying Spring I've started to take some notes and compiling small examples. These notes turned into a PowerPoint presentation that I intend to use to introduce the Spring framework to my coworkers. Its is separated in two parts, the first include only "pure" Spring (BeanFactory, ApplicationContext, AOP) and the second uses these concepts to build the "integration parts" of Spring (JDBC, Hibernate, etc.) As it is introductory material I tried to add one concept at a time and to put not much detail, but examples of common usage. Currently it have 142 slides and is very complete, except for the MVC part that is missing.
    http://www.springframework.org/downloads/EduardoIssao/Spring.pdf - Mar, 2004 - (PDF - 2569 Kb)
  • Spring DAO and JDBC support by Thomas Risberg   - [Clicks: 444]
    - Problems using straight JDBC; - How Spring's JDBC support solves some of these problems; - Overview of Spring Framework; - Introduction to Dependency Injection with Spring; - Spring's JavaBean Configuration for JDBC DataSource; - Beer Distributor Example -- The Spring JDBC solution; - Object Relational Mapping integration support; - Declarative Transaction Management (without EJB).
    http://www.springframework.org/presentations/phillyjug/spring-phillyjug.html - Mar, 2004

[Top]

Weblogs:
  • Spring Framework JDBC Tutorial - Part 2 by Thomas Risberg   - [Clicks: 174]
    Here is the second part - how to query the data and map it to a simple domain class.
    http://www.jroller.com/page/buggybean/20040226#spring_framework_jdbc_tutorial_part1 - Feb, 2004
  • Spring Framework JDBC Tutorial - Part 1 by Thomas Risberg   - [Clicks: 270]
    I'm writing some JDBC documentation for Spring, so I thought I could post some of the examples here to get some feedback while I'm writing. If you read this and decide to try it out, please post some coments so I know whether this makes any sense. To compile and run the code, you will need to download Spring from our website.
    http://www.jroller.com/page/buggybean/20040225#spring_framework_jdbc_tutorial_part - Feb, 2004

[Top]