개발방법론/모델링/Refactoring

Hide presentation tier-specific details from the business tier (Link only)

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

Hide presentation tier-specific details from the business tier


Request handling and/or protocol-related data structures are exposed from the presentation tier to the business tier

Remove all references to request handling and protocol-related presentation tier data structures from the business tier. Pass values between tiers using more generic data structures.


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




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