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.
关于测试广泛分布的横切关注点的一个难题是它会报告太多的联结点。
If you have ever worked with code that addresses a crosscutting concern, you know the problems that result from a lack of modularity.
如果使用过用于横切关系的代码,您就会知道缺乏模块性所带来的问题。
Absrtact: in constructing application, how to deal with the problem of system crosscutting concern is key to the success of developing application.
摘要:在应用系统构建中,如何处理系统中的横切关注点问题是系统开发成功的关键。
Those familiar with aspect oriented programming, or AOP, will recognize this as a crosscutting concern, meaning that defensive programming techniques span horizontally across a code base.
熟悉面向方面编程(或AOP)的人们会把它认为是横切关注点,这意味着防御性编程技术横跨了代码库。
This is a classic example of a crosscutting requirement: it isn't part of our mainline business logic, but is a separate concern.
这是一个经典的横切需求:它并不是我们主要的业务逻辑部分,而是个单独的关注点。
By looking for a single concern (even if it is crosscutting), you miss the relationships and protocols that, when normalized as patterns, form the backbone of code practice.
寻找单个的关注点(即使是横切关注点),就丢失了关系和协议,在规范化为模式时,关系和协议是编码实践的支柱。
First, there is the crosscutting specification, where you should ask yourself what parts of the program the concern affects.
首先是横切规范,它要回答的是关注点影响的是程序的哪些部分。
First, there is the crosscutting specification, where you should ask yourself what parts of the program the concern affects.
首先是横切规范,它要回答的是关注点影响的是程序的哪些部分。
应用推荐