Scope of AOP..

Atul A Gohad <[email protected]>
Newsgroups gmane.comp.programming.aspect.general
Message-ID <OFAC666632.EFEE7B12-ON65257147.00377FB0-65257147.0038F187@in.ibm.com>
What's the scope of AOP? Is it just the injection of code?

Can we use AOP to modify / evolve the way concern is actually implemented. 


How is something like below acheived using AOP, across the components?

someMethod() {
          MyLogger.debug("Some debug statement"); 
} 

Intention is to modify the above debug method so as to accept additional 
parameters:

someMethod() {
        MyLogger.debug(className, methodName, "Some debug statement");
}

Thanks, 
Atul.

__________________________________________________
AOSD Discuss mailing list    -    [email protected]
To unsubscribe go to http://aosd.net

Check out the AOSD.net Wiki: http://aosd.net/wiki
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.