본문 바로가기

반응형

아키텍처

결합도 (Coupling in Computer Science) 주제(Subject) -------------------------------------------------------- 한글(약어) : 결합도() 영어(약어) : coupling() 관련개념(Related Concepts) -------------------------------------------------------- 응집도,응집력(cohesion) 모듈화 개요(Summary) -------------------------------------------------------- 모듈 상호간에 의존하는 정도. 응집도가 모듈 내부의 요소간의 의존성을 표현하는 것에 비해, 결합도(coupling)는 모듈과 모듈 사이의 의존성 정도를 의미한다. 본문(Body) -----------------------.. 더보기
응집력 (Cohesion in computer science) 주제(Subject) -------------------------------------------------------- 한글(약어) : 응집력,응집도() 영어(약어) : cohesion() 관련개념(Related Concepts) -------------------------------------------------------- 모듈화 결합도(coupling) 개요(Summary) -------------------------------------------------------- 모듈 내부의 요소들이 상호연관성을 가지는 정도. 연관성이 높으면 강한 응집력이라 하고, 모듈 내부의 요소간 연관성이 낮으면 낮은 응집력이라고 한다. 본문(Body) -------------------------------.. 더보기
Architectural benefits of Spring Architectural benefits of Spring http://www.theserverside.com/tt/articles/article.tss?l=SpringFramework - Spring can effectively organize your middle tier objects, whether or not you choose to use EJB. Spring takes care of plumbing that would be left up to you if you use only Struts or other frameworks geared to particular J2EE APIs. And while it is perhaps most valuable in the middle tier, Spri.. 더보기
IEEE Std 1471-2000 IEEE Std 1471-2000 IEEE Recommended Practice for Architectural Description of Software-Intensive Systems -Description Abstract: This recommended practice addresses the activities of the creation, analysis, and sustainment of architectures of software-intensive systems, and the recording of such architectures in terms of architectural descriptions. A conceptual framework for architectural descrip.. 더보기

반응형