Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ajdt-dev] Load-Time weaving questions

I've been using load-time weaving with AspectJ5 M2 and
it worked great.

Is there any way of doing this programatically? ...
What I mean is if you use
org.aspectj.weaver.WeavingURLClassLoader as system
class-loader, that should be ok using it
programatically just to load certain classes at
runtime, right? ... furthermore is there any API
exposed that you can use to replace aop.xml role?
something like using WeavingURLClassLoader to load
class A and use a certain aspect or aspects to weave
the bytecode of class A...

Thank you so much,
Marius


		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


Back to the top