IoC Container(한글)
이 장에서는 Spring의 Inversion of Control (IoC) Container를 다룹니다.
Section Summary
- Introduction to the Spring IoC Container and Beans(한글)
- Container Overview(한글)
- Bean Overview(한글)
- Dependencies(한글)
- Bean Scopes(한글)
- Customizing the Nature of a Bean(한글)
- Bean Definition Inheritance(한글)
- Container Extension Points(한글)
- Annotation-based Container Configuration(한글)
- Classpath Scanning and Managed Components(한글)
- Using JSR 330 Standard Annotations
- Java-based Container Configuration
- Environment Abstraction
-
Registering a
LoadTimeWeaver
-
Additional Capabilities of the
ApplicationContext
-
The
BeanFactory
API