List of Listings
Chapter 1. Introducing Spring: the dependency injection container
Listing 1.1. Spring configuration file that specifies object relationships
Listing 1.2. Basic account bean, Account.java
Listing 1.3. Reading accounts from a CSV file, CsvAccountDao.java
Listing 1.4. Spring configuration file, applicationContext.xml
Listing 1.5. AccountService.java: a service responsible for finding delinquent accounts
Listing 1.6. Completed Spring configuration file
Listing 1.7. ConsoleApp.java, which retrieves the AccountService from Spring
Listing 1.8. Declaring a PropertyPlaceholderConfigurer to substitute properties
Listing 1.9. Declaring a PropertyPlaceholderConfigurer to substitute properties
Get Spring in Practice now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.