An Introduction to Aspect-Oriented programming with JBoss AOP

JBoss Application Server ships with support for aspect-oriented programming, so you can use AOP in your applications deployed in JBoss AS. JBoss AS 5, which is currently available as a community release, has AOP built into its core. However, JBoss AOP is also available as a standalone framework for use in your other applications.

This article will take a simple example, and use JBoss AOP to add to its behaviour, while explaining some of the core functionality of JBoss AOP. We will look at encapsulating cross-cutting concerns into aspects, have a look at around advices vs the new lightweight advices in the upcoming JBoss AOP 2.0 release, and also look at using interface-introductions and mixins to add interfaces to your classes.

Table of Contents

 

Our Core Application

The application we will look at is is a simple banking application. It has a BankAccount class:
package bank;
public class BankAccount
{
int accountNumber;
int balance;

public BankAccount(int accountNumber)
{
System.out.println("*** Bank Account constructor");
this.accountNumber = accountNumber;
}

public int getAccountNumber()
{
return accountNumber;
}

public int getBalance()
{
return balance;
}

public void debit(int amount)
{
System.out.println("*** BankAccount.debit()");
balance -= amount;
}

public void credit(int amount)
{
System.out.println("*** BankAccount.credit()");
balance += amount;
}
}

In addition it has a main Bank class:

package bank;

import java.util.HashMap;
import java.util.Map;

public class Bank
{
static Map bankAccounts = new HashMap();

public static void transfer(BankAccount from, BankAccount to, int amount)
{
from.debit(amount);
to.credit(amount);
}

public static void main(String[] args)
{
System.out.println("*** Creating account 1");
BankAccount acc1 = new BankAccount(1);
acc1.credit(150);
bankAccounts.put(acc1.getAccountNumber(), acc1);

System.out.println("*** Creating account 2");
BankAccount acc2 = new BankAccount(2);
acc2.credit(230);
bankAccounts.put(acc2.getAccountNumber(), acc2);

System.out.println("*** Balance acount 1: " + acc1.getBalance());
System.out.println("*** Balance acount 2: " + acc2.getBalance());

//Transfer some money
System.out.println("*** Transfer 50 from account 1 to account 2");
transfer(acc1, acc2, 50);

System.out.println("*** Balance acount 1: " + acc1.getBalance());
System.out.println("*** Balance acount 2: " + acc2.getBalance());
}
}

As you can see, we create two bank accounts with their account numbers, set the initial balances, and then transfer 50 from account1 to account 2. Running this simple example we get the following expected output:

*** Creating account 1
*** Bank Account constructor
*** BankAccount.credit()
*** Creating account 2
*** Bank Account constructor
*** BankAccount.credit()
*** Balance acount 1: 150
*** Balance acount 2: 230
*** Transfer 50 from account 1 to account 2
*** BankAccount.debit()
*** BankAccount.credit()
*** Balance acount 1: 100
*** Balance acount 2: 280

The code for this example can be found in the listing1/ folder of the download bundle.

AttachmentSize
jboss-aop-samples.zip4.76 MB
0
Average: 3.3 (4 votes)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)

Comments

Joshua Partogi replied on Fri, 2008/08/29 - 10:05pm

This is certainly nice, but can JBoss AOP configured via annotation instead of xml?

jaikiran replied on Sat, 2008/08/30 - 3:52am

Good article, Kabir.

I have a question. Is the aspect code allowed to change the value that is being passed to the  joinpoint? I mean, if the credi(int amount) method was being passed a value of 200, can the code in the aspect change this value to 100 before the credit method is invoked? If yes, is there any way to secure such access?

 

 

Kabir Khan replied on Mon, 2008/09/01 - 5:06am

Joshua,

Yes annotations can be used instead.An example can be found here and the containing directory contains more examples. If using annotations, instead of passing in the path of a jboss-aop.xml file with -Djboss.aop.path, you point JBoss AOP to a directory containing your annotated aspects using -Djboss.aop.class.path. The tutorial examples that come with the download will show how in more detail.

Kabir Khan replied on Mon, 2008/09/01 - 5:13am

Jaikiran,

The aspect code can modify the values that are passed in. There is currently no way to stop this, if that is what you mean by securing it. If this feature is important to you please ask for it on our user forums, and we will take it into consideration. 

gsowji replied on Tue, 2009/02/10 - 11:37pm

I was unable to get the code from this(jboss-aop-samples.zip).

gsowji replied on Wed, 2009/02/11 - 1:18am

can any one of you please update the code samples.

daveeeed replied on Fri, 2009/06/05 - 2:54am

Java is a great platform to work with , I did like its features. It is vast tlike ocean but provides better security than any other. I did like microsoft but java is my favourite. Regards, Insurance Quotes

warrenty replied on Mon, 2009/06/08 - 1:40am

The java and its developers are always rememberd for their great job and the work they did created a great revolution in the history of computers. Regards, Custom Essay

modthoa replied on Wed, 2009/06/17 - 10:51am

Java is a great platform to work with , I did like its features. It is vast tlike ocean but provides better security than any other. I did like microsoft but java is my favourite. Regards, psp games download

emad964 replied on Mon, 2009/06/29 - 4:14pm

تحميل برامج برامج جوالات العاب بنات برامج تكنولوجيا كتب تعليم UltraSurf العاب برامج نت Internet Download Manager ProgDVB برامج مجانية أفضل المواقع العربية دليل مواقع مشاهدة محطات مشفرة Online TV Player 3.0.0.940 Internet Download Manager 5.17 Build 4 رقص شرقي anyTV Pro 4.32 OnLineLive 7.1.1 هزي يانواعم ProgDVB 6.06.2 SopCast 3.0.3 منتدى برامج نت Falco Image Studio 3.6 لعبة تزلج على الجليد UltraSurf 9.4 كاثرين هيغل Katherine Heigl محطة غنوة FreeZ Online TV 1.0 Free Video to Mp3 Converter 3.1.3.51 Advanced MP3 Converter 2.10 Xilisoft Video to Audio Converter 5.1.23.0515 Blaze Media Pro 8.02 AKRAM Media Creator 1.11 DVD Audio Extractor 4.5.4 Free WMA to MP3 Converter 1.16 لعبة نينجا المتقدم لعبة قذف كرة لعبة دراجات البهلوانية لعبة اعداء الغابة تحميل برامج Download DivX Subtitles 2.0 BullGuard 8.5 Google Chrome 2.0.181.1 Dev Dell Studio XPS Desktop 435T Intel Matrix Storage Manager A00 Gigabyte GA-EP45-UD3P Bios F9 Ambush HDConvertToX 1.1.229.1764 MSI Wind Nettop CS 120 Realtek Audio Driver 5.10.0.5618 Biostar T41-A7 6.x Realtek On-Board Audio Driver 5.10.0.5735 for 2000/2003/XP TweakNow RegCleaner 4.1.1 SpeedItup Free 4.97 برامج العاب - Internet Download Manager - برامج جوالات - العاب - محطة غنوة - قنوات فضائية - بنات - تكنولوجيا - كتب تعليم - UltraSurf - ق ذ -0

jiji530 replied on Mon, 2009/06/29 - 9:42pm

thanks for your post.perhaps you will like abercrombie ed hardy mortgage rates tiffanys ed hardy Is not it?

sam2009 replied on Thu, 2009/07/02 - 9:24am

العاب اطفال صغار - للاطفال الصغار العاب ذكاء للكبار العاب ذكاء للبنات العاب ذكاء للاطفال العاب سيارات للتحميل hguhf fkhj العاب الغاز جديدة جديده العاب رعب العاب الاطفال العاب تعليمية تعليميه للصغار العاب رعب للكبار العاب ذكاء وتفكير العاب سيارات فقط تحميل العاب سيارات العاب اكشن للكبار العاب اكشن فقط العاب صغار لعبة سونيك العاب مضحكة مضحكه للكبار لعبة السمكة الذهبية لعبة الكرات الملونة العاب مسلية للكبار لعبة اختبار الذكاء اختبار الذكاء العاب اختبار الذكاء العاب الغاز وذكاء العاب ذكاء للكبار فقط العاب مثيرة للكبار مسابقات اطفال للاطفال العاب اكشن للتحميل العاب بلياردو للمحترفين لعبة بلياردو للمحترفين لعبة زورو العاب زورو العاب طيور الجنة الجنه العاب ورق كوتشينة لعبة كوتشينة لعبة الورق ورق سوليتير لعبة سوليتير السوليتير العاب سيارات جديدة العاب سيارات رائعة العاب سيارات جميلة جميله العاب كبار جديدة العاب كبار جميلة جميله العاب رائعة - العاب رائعه العاب جميلة - العاب جميلة العاب حلوة - العاب حلوه العاب ذكاء صعبة صعبه العاب كبار جدا العاب مسلية مسليه للاطفال لعبة العاب اكشن مثيرة اجمل العاب الاطفال اجمل العاب السيارات اجمل اكشن للاولاد للأولاد العاب الغاز وتفكير العاب ذكاء وتركيز العاب صيد الحيوانات العاب صينية صينيه العاب مجانية مجانيه العاب مجانية مجانيه للتحميل العاب مسدسات العاب اكشن مسدسات العاب قتال بالمسدسات لعبة المسدسات لعبة مسدسات العاب مغامرات توم وجيري تحميل العاب اطفال مجانية لعبة الكرة الذكية العاب ذكاء حلوة حلوه العاب مضحكة ومسلية العاب ضحك العاب دراجات العاب للتنزيل العاب اكشن للتنزيل لعبة الكور الملونة العاب اكشن للبنات العاب حربية اكشن العاب اطفال جديدة العاب اكشن اطفال للاطفال العاب اولاد جميلة العاب طرزان لعبة طرزان لعبة مغامرات طرزان لعبة من سيربح المليون لعبة اختبر ذكائك العاب توم وجيري لعبة سوبر ماريو لعبة ماريو لعبة توم وجيري العاب مغامرات توم وجيري توم وجيري للاطفال تلوين توم وجيري تلوين توم و جيري لعبة سوبر مان لعبة سبايدر مان العاب سوبر مان العاب سبايدر مان لعبة جمع الذهب العاب متاهات لعبة متاهات

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.