본문 바로가기

Software Design Pattern

자바 디자인패턴

출처 :  http://corej2eepatterns.com/Patterns2ndEd/




웹어플리케이션 패턴들


Front Controller

모든 요청을 FrontController를 통해서만... 나중에 발전해서 Fasade랑 결합


구조

1. request.getServletPath()

2. 요청매개변수 -> vo

3. request dispatcher를 이용해 디스패칭 - 결과 랜더링


DI

IoC


Configuration Property

Reflection


6장을 이해안해도 만드는데는 프레임워크 쓰는데는 문제는 없다.







'Software Design Pattern' 카테고리의 다른 글

SOLID 원칙  (0) 2017.11.19
GoF’s 디자인 패턴  (0) 2017.11.19
파일 와치 이벤트  (0) 2017.11.18
교재 추천  (0) 2017.11.18
...  (0) 2017.11.17