...不同特征分为两种:第一种是核心关注点(core concern),即软件所要实现的主要功能和目标;第二种是横切关注点(crosscutting concern),即交错混乱分散在系统各个
基于853个网页-相关网页
面向方面的软件开发是一门将交叉问题(crosscutting concern)进行单独处理的新兴技术,随着系统规模的不断变大,优化设计以及高效维护这些交叉问题将是一个不可避免的趋势。
基于1个网页-相关网页
With the inclusion of join points, an aspect woven into the base code is solely responsible for a particular crosscutting concern, which raises the system’s modularity.
方面代码包括一些方面。 方面是一个横切关注点实现的模块化的单位。
参考来源 - 面向方面程序指向分析工具的设计与实现·2,447,543篇论文数据,部分数据来源于NoteExpress
A crosscutting concern, when implemented in a traditional OO approach, cuts across many classes and methods.
一个横切关注点,在用传统OO方法实现时,会分解成很多类和方法。
The logic of deciding which query needs to be executed is a crosscutting concern that is retained in an Aspect.
决定执行何种查询的逻辑就成为一个横切关注点了,它被放在Aspect中。
One of the hard things about testing a widespread crosscutting concern is that it can advise so many join points.
关于测试广泛分布的横切关注点的一个难题是它会报告太多的联结点。
应用推荐