Tag Archives: Spring JDBC

Introduction to Spring JDBC Framework

August 17, 2010

0 Comments

Introduction In this article, we will see how to interact with the database through JDBC APIs using Spring framework. Spring’s JDBC framework integration simplifies the task of resource management like closing connection, statement, resultset etc, complex exception handling, providing reusable object oriented access towards database operations. Spring JDBC framework Example Code Jdbc Template Usage also [...]

email