Replace Spring 3.1 JDBC Framework's Deprecated Classes
Introduction
The Spring JDBC framework is used in Java applications instead of traditional JDBC to overcome several JDBC limitations. With the release of Spring 3.1, several classes used in the Spring JDBC framework are deprecated. I updated my Spring JDBC example application to use Spring 3.1 and replaced the deprecated classes with the new versions.
There are no comments for this entry.
[Add Comment]