Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Aspect J classloader agent

Hie,

I'm pretty newbie in AspectJ and haven't begun coding yet.
I want to use aspects to profile our program's performances using aspectJ's classloading-time feature. It seems really interesting because we would not have to recompile everithing each time, thus making aspects "hot plugged"...

However, using JUnit to trigger a series of tests, we only have one start of the JVM ; therefore we cannot change the set of aspects from one test to the other.. Is there anything I can do at runtime to change my aspects configuration and redo classloading ?

Thank you for any advice ;)

--
Mathieu



Back to the top