March 2011
Intermediate to advanced
663 pages
19h 37m
English
![]()
This chapter introduces several of the APIs supported by the core Spring Framework, including Java Database Connectivity (JDBC), object-relationship management, transactions, and remoting. Many of the interfaces from this support will appear in the corresponding components in Spring Integration and other frameworks that build on them.
Access to a relational database is a common requirement for most enterprise applications. JDBC is a part of Java SE that defines a set of standard APIs for access to relational databases in a vendor-independent fashion.The purpose of JDBCis to provide ...
Read now
Unlock full access