개발방법론/모델링/Refactoring

Refactor Architecture by Tiers (Link only)

아름프로 2003. 8. 2. 14:36

Refactor Architecture by Tiers


Increasing architectural sophistication requires changing the localization of data access logic and processing logic

Move Data Access code logically and/or physically closer to the actual data source. Move processing logic out of the client and presentation tiers into the business tier.


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




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