[aosd-discuss] elimination of gluecode , a requirement?

Roger Johansson roger.johansson at compona.com
Thu Apr 6 03:59:05 EST 2006


Is the elimination of gluecode a requirement for something to be aop?

eg if we place the following code in every method:

public type somemethod()
{
   Hub.Notify(thisCall);  //<-- manual code in every method

   //dostuff
}

if that "hub" would then pointcut different calls and trigger different aspects, would that still be AOP?

or is it only aop when the method looks like:

public type somemethod()
{
   //dostuff
}

//Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://aosd.net/pipermail/discuss_aosd.net/attachments/20060406/6a921f9c/attachment.htm


More information about the discuss mailing list