AspectWerkz is a dynamic, lightweight and high-performant AOP framework for Java.
AspectWerkz offers both power and simplicity and will help you to easily integrate AOP in both new and existing projects.
AspectWerkz utilizes bytecode modification to weave your classes at project build-time, class load time or runtime. It hooks in using standardized JVM level APIs. It has a rich and highly orthogonal join point model. Aspects, advices and introductions are written in plain Java and your target classes can be regular POJOs. You have the possibility to add, remove and re-structure advice as well as swapping the implementation of your introductions at runtime. Your aspects can be defined using either Java 5 annotations, Java 1.3/1.4 custom doclets or a simple XML definition file.
AspectWerkz provides an API to use the very same aspects for proxies, hence providing a transparent experience, allowing a smooth transition for users familiar with proxies.
AspectWerkz performance is reported in this separate project.
AspectWerkz is Free Software. The LGPL-style license allows the use of AspectWerkz 2.0 in both commercial and open source projects.
AspectJ and AspectWerkz join forces
The AspectJ and AspectWerkz projects have agreed to work together as one team to produce a single aspect-oriented programming platform building on their complementary strengths and expertise. Read the announcement published on January 2005.
Notes on AspectWerkz 1.x
AspectWerkz 1.x documentation and release notes has been moved here. AspectWerkz 1.0 is still actively supported but you are strongly encouraged to migrate to AspectWerkz 2.x.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/9832775/viewspace-914834/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/9832775/viewspace-914834/
AspectWerkz是一款动态、轻量级且高性能的面向切面编程(AOP)框架,适用于Java。它提供强大的功能及简易使用体验,支持在新旧项目中轻松集成AOP。该框架利用字节码修改技术,在项目构建时、类加载时或运行时编织类。AspectWerkz采用标准化的JVM级别API进行钩子操作,拥有丰富的连接点模型,并允许以纯Java形式编写切面、通知和引入等功能。

被折叠的 条评论
为什么被折叠?



