Spring Boot

IOC (제어의 역전) - 마틴 파울러

먹세 2021. 10. 15. 07:56

번역 : 

http://egloos.zum.com/gyumee/v/2512493

 

[번역] 제어 역전 컨테이너와 의존성 주입 패턴 (1/4)

마틴 파울러(Martin Fowler)자바 커뮤니티에서는 줄곧 경량 컨테이너들이 경쟁적으로 출시 되고 있습니다. 이들은 다른 프로젝트에서 가지고 온 S/W 부품을 조립해서 하나로 통합된 응용 S/W를 만드

egloos.zum.com

 

 

원문 : 

https://martinfowler.com/articles/injection.html

 

Inversion of Control Containers and the Dependency Injection pattern

Explaining the Dependency Injection pattern, by contrasting it with Service Locator. The choice between them is less important than the principle of separating configuration from use.

martinfowler.com

 

반응형

'Spring Boot' 카테고리의 다른 글

[DTO] 를 더욱 안전하게 사용하는 방법  (0) 2021.10.16
DTO vs VO  (0) 2021.10.16
[JMeter] 제이미터 사용방법  (0) 2021.06.22
Spring Boot 로컬 개발 환경 세팅  (0) 2020.08.22
이클립스 FTP 접속 설정  (0) 2014.08.26