Debugging JBoss AOP Apps Tutorial - Part1
Posted on Sep 30, 2008 7:52:00 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 to write this tutorial, that will explain you the basics on debugging J...
JustJava and JBoss Brasil
Posted on Sep 9, 2008 8:24:00 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 title of the first talk is "Dynamic Aspect-Oriented Programing and Ad...
DZone Introduction to AOP article
Posted on Aug 28, 2008 8:57:00 AM by
Kabir Khan.
I have written an introductory article to JBoss AOP on DZone. It can be found here.
TDC 2008
Posted on Jul 24, 2008 3:53:00 PM by
Flavia Rainone.
The Developers Conference or TDC is a Brazilian conference about Java and Agile Development Methods that will take place in Sao Paulo. The event lasts two days and will start tomorrow. If you are goin...
Dynamic AOP Tutorial - Part 2
Posted on Jul 24, 2008 12:42:00 AM by
Flavia Rainone.
In this second part of the dynamic AOP tutorial, we will show how you can perform dynamic AOP through our API. This is currently the only available way of using dynamic AOP in standalone applications....
Dynamic AOP Tutorial - Part 1
Posted on Jun 30, 2008 7:31:00 PM by
Flavia Rainone.
The goal of this tutorial is to show how to use dynamic AOP with JBoss AOP. Notice that, by dynamic AOP, we mean the dynamic weaving of aspects, and not dynamic pointcut expressions (such as cflow), a...
Typed Advices Tutorial - Part 3
Posted on May 2, 2008 10:25:00 AM by
Flavia Rainone.
We have been very busy with implementing the main issues left for 2.0.0.GA. But, finally, I have digged sometime to finish this tutorial. Here is the third and final part. Enjoy! Typed Advices Tutoria...
Typed Advices Tutorial - Part 2
Posted on Mar 31, 2008 6:21:00 AM by
Flavia Rainone.
Today we will see what are the signature rules a valid typed advice must follow. Introduction to Annotated Parameters Typed advices can receive as parameters several context values, besides reflective...
Typed Advices Tutorial - Part 1
Posted on Mar 24, 2008 2:45:00 PM by
Flavia Rainone.
As we get closer and closer to our 2.0.0.GA release, I found it would be interesting to post a tutorial on typed advices, one of the new features of the next GA release. The tutorial, targeted to user...
JBoss AOP 2.0.0.CR4 released
Posted on Feb 1, 2008 10:06:00 AM by
Kabir Khan.
The 2.0.0.GA release is getting closer and closer. The latest release is JBoss AOP 2.0.0.CR4. You can download it here, and view the release notes here .