bookmark

Calling stored procedures from a generic DAO « DoTaL


Description

With the addition of generics in Java 5, writing a custom DAO for each domain object is no longer required. There are a wide variety of articles on creating generic DAOs, but my current project uses the approach from this IBM DeveloperWorks article. This approach was choses mainly because of the clearly written article and the integration with Spring. You should be able to extend any generic DAO based on Spring to implement the stored procedure configuration.

Preview

Tags

Users

  • @gresch

Comments and Reviews