JBoss AOP News
-
Debugging JBoss AOP Apps Tutorial - Part 3
Dec 5, 2008 7: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 by step. This example comes bundled with JBoss AOP release, so all you ... -
Aophelper
Nov 29, 2008 12:17 PM, 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
Nov 4, 2008 7: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 know how to interpret those when they appear during debugging. Which cla... -
JBoss AOP 2.0.0.GA Released
Oct 21, 2008 4: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 documentation can be found here. A lot of bugs have been fixed. Amongst ... -
Debugging JBoss AOP Apps Tutorial - Part1
Sep 30, 2008 11: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 to write this tutorial, that will explain you the basics on debugging J... -
JustJava and JBoss Brasil
Sep 10, 2008 12:24 AM, 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
Aug 28, 2008 12:57 PM, by Kabir Khan
I have written an introductory article to JBoss AOP on DZone. It can be found here. -
TDC 2008
Jul 24, 2008 7:53 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
Jul 24, 2008 4:42 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
Jun 30, 2008 11:31 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...