개발방법론/모델링/Refactoring

Introduce A Controller (Link only)

아름프로 2003. 8. 2. 13:18

Introduce A Controller


Control logic is scattered throughout the application, typically duplicated in multiple Java Server Page (JSP) views

Extract control logic into one or more controller classes that serve as the initial contact point for handling a client request


For further information see page 74 of Core J2EE Patterns by Alur, Crupi, and Malks




***** 아름다운프로님에 의해서 게시물 복사 + 카테고리변경되었습니다 (2003-12-18 17:27)