Spring Jdbc Abstraction Layer
The Spring-JDBC component is a part of the Spring framework and is an abstraction on top of the standard Java JDBC API. It takes care of all the low-level API-calls and provides some base classes to implement the DAO-pattern. The only work left to the developer is: Creation of the statement Extraction of the result … [Read more…]