The Spring AOP module provides transaction management services for objects in any Spring-based application. SpringAOP模块为基于Spring的应用程序中的对象提供了事务管理服务。
RAVEN uses a technique known as aspect-oriented programming ( AOP) to inspect development or production-based code. RAVEN使用被称为面向方面编程(AOP)的技术来检查开发或基于生产的代码。
Now I will explain the syntax of AOP and discuss how AOP can be applied to the process domain. 现在,我将解释面向方面的程序设计(AOP)的语法,并且讨论AOP如何能够被应用到过程域中。
What are the guidelines for using metadata effectively with AOP? 在哪儿可以找到在AOP中有效地使用元数据的准则?
If you are interested in AOSD and AOP, here are some places to start your investigation. 如果你对AOSD和AOP感兴趣,这里有几个地方可供你研究。
AOP allows you to modify existing applications without affecting the original application's source code. AOP允许您在不影响原始的应用程序源代码的前提下,对现已存在的应用程序进行修改。
AOP functionality is fully integrated into the Spring context for transaction management, logging, and various other features. AOP的功能完全集成到了Spring事务管理、日志和其他各种特性的上下文中。
The core construct of AOP is the aspect, which encapsulates behaviors affecting multiple classes into reusable modules. AOP的核心构造是方面,它将那些影响多个类的行为封装到可重用的模块中。
In this case, I used Spring's container-based architecture and AOP framework to add notification events to JMX methods and attributes. 在这里,我使用了Spring的基于容器的体系结构和AOP框架来为JMX方法和属性增加通知事件。
He has extensive experience in SOA, AOP, and Eclipse. 他在SOA、AOP和Eclipse方面具有广泛的经验。
Modern containers use aspect-oriented programming ( AOP) and interceptors. 现代容器使用面向方面编程(AOP)和拦截。
Pointcut syntax differs in the various metadata-fortified AOP systems. 切入点语法在不同的元数据增强的AOP系统中是不同的。
How will this combination affect the adoption of AOP? 这种结合对AOP的采用有什么影响?
Incidentally, enabling AOP within plain object-oriented languages is one example of using metadata for language extension. 顺便说一下,在纯面向对象的语言中启用AOP是使用元数据进行语言扩展的一个例子。
By doing so we are introducing a second AOP layer into our architecture, which has very interesting implications. 这样做,我们就给我们的架构引入了第二个AOP层,这是非常有意思的实现。
It is possible to use both AspectJ and Spring AOP simultaneously: they do not conflict. 同时使用AspectJ和SpringAOP是可能的:它们并不冲突。
XML configuration could become complex when configuring complex AOP usage scenarios. 当配置复杂AOP使用场景时,XML配置会变得很复杂。
AOP ( Aspect-Oriented Programming) is a technique for separation of crosscutting concerns which expresses higher abstraction level. 面向方面编程是一种支持分离横切关注点的技术,表达了更高层次的抽象。
We do it by using existing technology ( Spring AOP) which provides control and execution mechanism. 我们通过使用已有技术(SpringAOP)提供的控制和执行机制做到了这一点。
This article thoroughly studied both AOP and software unit test technology and found the relationship between the two. 本文分别深入研究了面向方面编程技术和单元测试,发现了两者之间的联系。
The approach demonstrates how to use two layers of AOP to assemble, orchestrate and control the process flow. 该方法说明了怎样使用两层AOP来装配、编排并控制流程流(processflow)。
He discussed what metadata and AOP bring to each other. 他谈论了元数据和AOP相互给对方带来了什么。
This article introduces the background, some concepts and features of the aop. 该文介绍了面向方面编程产生的背景、基本概念和特性。
This article presents the theory of aop, and particularly analyze the aspectj; 本文介绍了面向方面编程的思想,并详细分析了aspectj。
And AOP brings a systematic way to consume and supply annotations. 而AOP则带来了一种消费和供应注解的系统的方法。
Research and Application of Software Security Testing Based on EAI and AOP 基于EAI和AOP的软件安全测试及应用研究
Orbitz uses a mix of direct ERMA instrumentation and AOP-style instrumentation using Spring and AspectJ based configuration. 通过利用基于Spring和AspectJ的配置,Orbitz使用了一个直接ERMA仪表和AOP风格仪表的混合体。
Aspect-oriented programming ( AOP) technique is a relatively new one which makes it possible to resolve this problem. 面向方面编程技术是为较好地解决这一问题而提出的一种新技术。
What was the rationale behind using AOP in Roo framework? 在Roo框架中使用AOP背后的理由是什么?
Probably the most widely AOP system is AspectJ, an extension for Java. 或许最广为人知的AOP系统就是AspectJ,它是对于Java的扩展。