|
Helping ordinary people create extraordinary websites! |
Using Aspects to Autonomic-Enable Legacy ApplicationsBy Brian Temple2005-05-13
Example legacy application I'll start with a very simple application to demonstrate legacy autonomic enablement. The application used is a variation on the "Hello World" code, which contains an encapsulated variable and makes several method calls in its execution. Listing 1. HelloWorld.java package com.mycompany.myapp;This application contains one source directory and is built using Ant, as shown in Listing 2. Listing 2. Original Ant Build Script ... Tutorial Pages: » Using Aspects to autonomic-enable legacy applications » Introduction » Example legacy application » Incorporating Aspects » An example Aspect framework to generate Common Base Events » How to use and extend the example Aspect framework » Next steps » Resources First published by IBM DeveloperWorks |
|