Setting up a datasource with Spring
| Feb 13, 2012In this article we will see how to access a database using JDBC and Spring. In JDBC 2.0 or higher, you can obtain database connections from a preconfigured javax.sql.DataSource object without knowing about the connection details. On the other hand, Spring allow to define a datasource configuration as bean in the IoC container. This bean […]
Read More →