Untitled

IOC의 목적을 달성하기 위한 패턴 중 DI를 제외한 다른 방식들을 정리해보자.


Template Method Pattern

Intent

Intent ~ IOC

template method pattern uml

template method pattern uml


c.f) Strategy Pattern 은 Template Method Pattern처럼 변하지 않는 부분변하는 부분 (구체 로직) 을 분리하는 목적으로 사용되지만 Strategy Pattern은 상속이 아닌 위임으로 목적을 달성함

Strategy Pattern - DI를 활용한 IOC에 자주 활용되는 패턴

Intent

strategy pattern uml

strategy pattern uml