Spring IoC
2024. 11. 15. 09:24ㆍSpring Framework/Spring IoC
Spring의 IoC(Inverse of Control) 컨테이너에 대해 다룹니다.
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
'Spring Framework > Spring IoC' 카테고리의 다른 글
The BeanFactory API (0) | 2024.11.15 |
---|---|
Additional Capabilities of the ApplicationContext (0) | 2024.11.15 |
Registering a LoadTimeWeaver (0) | 2024.11.15 |
Environment Abstraction (1) | 2024.11.14 |
Using @PostConstruct and @PreDestory (0) | 2024.11.14 |