Showing posts with label JDBCTemplate. Show all posts
Showing posts with label JDBCTemplate. Show all posts

Spring: Data access with JDBCTemplate

Spring provides a template class called JdbcTemplate that makes it easy to work with SQL relational databases and JDBC. Most JDBC code is mired in resource acquisition, connection management, exception handling, and general error...