...方案 人们一直在研究关注点分离的技术,要达到这种模块性,需要两方面的基础: 关注点分离技术(Concern Separation Technique):为了使关注点保持分离,必须对关注点进行建模和结构化,同时还需要一种在设计和实现阶段保持分离的技术。
基于1个网页-相关网页
将应用程序划分为层,这是一种在体系结构中关注点分离的基本技术。
Dividing the application into tiers (or layers) is an essential technique for separating concerns within the architecture.
通过AOP技术将数据压缩功能从相关业务过程中分离,实现基本横切关注点,与程序的业务过程相分离。可提高代码的重用性、可读性、维护性,并有效改善代码质量。
This article introduces how to depart data compression from business by Spring AOP technology. And it is strong code reusable, readable, maintainable and can improve program quality.
应用推荐