To execute the Insert,Update and the Delete queries in Spring Jdbc...
1.Configure DMDS[DriverManagerDataSource].
2.Configure JdbcTemplate and inject to DMDS.
3.Get the template and call the update().
4.Exception Logic is not required as this will be handled by Spring.
5.Transaction Logic is not required as it will be configured in the configuration file.