Aophelper
Posted on Nov 29, 2008 7:17:00 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 behind it was to create a tool for people to use aop without the hassl...
Debugging JBoss AOP Apps Tutorial - Part 2
Posted on Nov 4, 2008 2:22:00 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 know how to interpret those when they appear during debugging. Which cla...
JBoss AOP 2.0.0.GA Released
Posted on Oct 21, 2008 12:36:00 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 documentation can be found here. A lot of bugs have been fixed. Amongst ...
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...