|
JBoss AOP is a 100% Pure Java aspected oriented framework usuable in any programming environment or tightly integrated with our application server. Aspects allow you to more easily modularize your code base when regular object oriented programming just doesn't fit the bill. It can provide a cleaner separation from application logic and system code. It provides a great way to expose integration points into your software. Combined with JDK 1.5 Annotations, it also is a great way to expand the Java language in a clean pluggable way rather than using annotations solely for code generation. JBoss AOP is not only a framework, but also a prepackaged set of aspects that are applied via annotations, pointcut expressions, or dynamically at runtime. Some of these include caching, asynchronous communication, transactions, security, remoting, and many many more. The Project
Articles on JBoss AOP
Talks on JBoss AOP
DocumentationYou can find the JBoss AOP documentation here . If you are using JBoss AOP with JBoss AS, then you should review the JBoss AS documentation for details beyond the documentation outlined below.
Online TutorialsWe are constantly publishing tutorials at our blog:
Community LinksContributing AspectsIf you have an idea for an aspect with JBoss AOP, go to this Wiki Page and add your link. If you are interested in this becoming part of JBoss AOP's aspect library, please email the JBoss AOP team kabir.khan@jboss.com or flavia.rainone@jboss.com.
Thanks to JProfiler for providing the AOP team with an open source license. |
JBoss AOP News
- Debugging JBoss AOP Apps Tutorial - Part 3
- Dec 5, 2008 2:00 PM by Flavia Rainone
- This is the final part of our tutorial on debugging. In this part, we will show how to debug the overloaded-advices example step …
- Aophelper
- Nov 29, 2008 7:17 AM by Ståle W. Pedersen
- With the release of JBoss AOP 2.0.0 we also included a few new tools. One of them is an application we called Aophelper. The idea …
- Debugging JBoss AOP Apps Tutorial - Part 2
- Nov 4, 2008 2:22 PM by Flavia Rainone
- In this part of the tutorial we are going to see what JBoss AOP classes and methods are involved in the call of advices, so you kn…
- JBoss AOP 2.0.0.GA Released
- Oct 21, 2008 12:36 PM by Kabir Khan
- JBoss AOP 2.0.0.GA has been released. It can be downloaded from here, the full release notes can be found here, and the updated do…
- Debugging JBoss AOP Apps Tutorial - Part1
- Sep 30, 2008 7:52 PM by Flavia Rainone
- Now and then I run into users complaining they don't know how to debug JBoss AOP applications. Targetting those users, I decided t…
- JustJava and JBoss Brasil
- Sep 9, 2008 8:24 PM by Flavia Rainone
- Hello everyone!I have great news from Brazil. First, I'm going to do two talks at JustJava, the largest Brazilian Java event.The t…
- View more jboss aop news