aspectj
- 网络切面
-
This could be easily achieved using framework such as AspectJ .
使用像AspectJ这样的框架很容易做到这一点。
-
AspectJ offers both reflective access and the traditional join point context .
AspectJ提供了反射访问和传统的连接点上下文。
-
AspectJ is perhaps the best known and most widely used AOP implementation .
AspectJ也许是已知最好的,并且应用最广泛的AOP实现。
-
Create an abstract AspectJ class that will be used and extended in some target project .
创建将在某个目标项目中使用并扩展的抽象的AspectJ类。
-
This article presents the theory of aop , and particularly analyze the aspectj ;
本文介绍了面向方面编程的思想,并详细分析了aspectj。
-
The second layer is implemented using AspectJ and provides for orchestration and flow control of the process .
第二层是用AspectJ实现的,提供流程的编排及流控制。
-
This was certainly easier when we approached it using the AspectJ techniques we used .
当然,由于我们使用了AspectJ技术,这是件非常容易的事。
-
Probably the most widely AOP system is AspectJ , an extension for Java .
或许最广为人知的AOP系统就是AspectJ,它是对于Java的扩展。
-
Drives an AspectJ DI aspect , described in Part II of this article .
驱动一个AspectJDI切面,这在本文的第二部分中描述。
-
The challenge here is that this requires some knowledge of aspect technology and AspectJ syntax .
这里最大的困难是需要一些面向方面的知识并掌握一些AspectJ的语法。
-
One of AspectJ 's primary goals is to offer them for pointcut expressions .
AspectJ的主要目标就是把它们提供给切入点表达式。
-
The AspectJ compiler also understands such aspects , so there is a choice of implementation strategy .
AspectJ编译器也明白这些切面,因此有个实现策略的选择。
-
Consider using AspectJ in place of Spring AOP for aspects that impact large portions of your application .
对影响大部分应用程序的aspect,考虑使用AspectJ代替SpringAOP。
-
Create the AspectJ caching asset and discuss some of its customizable points .
创建AspectJ缓存资产并且讨论其中的用户定制部分。
-
AspectJ has a well thought out , rigorously defined and well documented pointcut language .
AspectJ有个思路很好,严格定义和充足文档的切入点语言。
-
The AJDT project provides Eclipse Platform-based tool support for aspect-oriented software development with AspectJ .
AJDT项目为用AspectJ进行面向方面(aspect-oriented)的软件开发提供了基于EclipsePlatform的工具支持。
-
Addition of native support for AspectJ also makes support for the aspect-heavy Spring Roo framework better .
由于对AspectJ提供了本地支持,因此IDEA还对大量使用方面的SpringRoo框架提供了更棒的支持。
-
More information on AspectJ can be found at InfoQ 's AspectJ tag .
更多关于AspectJ的信息可以从InfoQ的AspectJ标签找到。
-
It is possible to use both AspectJ and Spring AOP simultaneously : they do not conflict .
同时使用AspectJ和SpringAOP是可能的:它们并不冲突。
-
The upcoming version of AspectJ will support metadata by modifying the AspectJ language .
新的AspectJ版本将通过修改AspectJ语言支持元数据。
-
The power of the AspectJ pointcut expression language is not merely about allowing sophisticated constructs .
AspectJ切入点表达式语言的强大不仅仅是关于复杂的结构。
-
AspectJ pointcut expression language support , allowing developers to apply cross-cutting security logic across their Spring managed objects
AspectJ切入点表达式语言支持,允许开发者在Spring管理的对象上应用横切(cross-cutting)安全逻辑
-
Alternatively , if you 're already using AspectJ , you may already have such aspects and want to reuse them .
或者,如果你已经在使用AspectJ,你就已经拥有这样的切面而且想要重用它们。
-
The AspectJ syntax is rich , and we will not attempt to describe it completely here .
AspectJ的语法十分丰富,并且,我们将试图在此对其进行完整地描述。
-
Don 't want to use a special compiler such as AspectJ compiler ( ajc ) .
不想使用特殊的编译器,比如AspectJ编译器(ajc)。
-
Before you can create this bootstrap aspect , you 'll have to download AspectJ .
在创建这个自引导程序方面前,要先下载AspectJ。
-
The last three occur less often in practice for Spring users , and if they prove problematic , we recommend using AspectJ .
后面的三个缺点在Spring用户的正常使用中很少发生,如果它们证明是的确有问题的,我们建议使用AspectJ。
-
Typical join points in AspectJ include method calls , access to class members , and the execution of exception handler blocks .
AspectJ中典型的joinpoint包括方法调用、对类成员的访问以及异常处理程序块的执行。
-
We analyze the state of the AOP language in this paper , especially AspectJ & the factual standard of AOP .
本文分析目前面向方面语言的发展现状,尤其是AspectJ语言&事实上的AOP标准。
-
The example is in AspectJ but pointcuts in other systems are conceptually identical .
这是AspectJ的例子,但是在其他系统中的切入点在概念上是相同的。