Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] adding an aspect at runtime to an object

Alexandru Popescu's cat, on 26/09/2005 12.06, walking on the keyboard wrote:
Afaik, you cannot 'add'/'merge' an aspect at runtime. Instead, what can be done is enabling/disabling an aspect.

That means I have a configuration file, like in JBoss AOP? Something that specifies to use or not a specific aspect bound to a specific object and its class? Or should I run the program within a special loader, like in aspectwerks?


The above piece of code doesn't look to me as something of AJ. It rather looks like a proxy-based solution, but I may be wrong :-s.

What do you mean with proxy solution? Can you please explain it to me?

Thanks,
Luca

--
Luca Ferrari
fluca1978@xxxxxxxxxxx


Back to the top