Main - creating the first application with Spring core.
- Create a bean, understand how work spring.
- Connect dependencies spring core, spring beans, spring context (08a6dc).
- Apply manual Inversion Control - IoC (cc8cf8).
- Apply DI (dependency injection) with constructor(e87515) . Use XML-configuration.
- Apply DI with setter, simple values. Learn use file .properties (1270e8).
- Try scope configuration (f41736).
- Try configurations:
- init-method
- destroy-method
- factory-method
Maven, Spring