anonymous wrote : 
  | * The first is, I need a common Joinpoint model that spans both Javassist 
and java.lang.reflect so that the pointcut matching and aspect binding can be 
done with other model.  Besides greatly simplifying the AOP code, it allows 
pointcut matching and advice binding to happen without have to load a class 
which will be incredibly useful for the IDE integration and precompiler.  
Currently all advice/interceptor binding happens at class load time.   
  | 

The join point model I wrote does not require classloading. In fact, I 
deliberatly
removed all notion of class/method/etc from the abstraction at the top level
so you can create any sort of join point.
Even for those class/method/field join points I keep to a String representation
of the join point since the classes may not actually be loaded at DESCRIBE
(define the deployment) time.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861446#3861446

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861446


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to