The following changes are required in the aop module

* javassist implementation of ClassData spi
* pointcut expression matcher uses ClassData spi
* AOP exposes itself through the JoinPointFactory spi
* InstanceAdvisor needs all the features of ClassAdvisor
* Load time AOP should store ClassData structures and dump javassist structures
that consume a lot of memory
* Generic ProxyAdvisor based on EJBContainer from EJB3
* Changes to properly support serialization/proxying of generated classes for 
use on a client
(including those with limited capabilities)

Unrelated tasks but identified during the discussion:
* AOP should support "layer aspects" where an advice can direclty implement the
methods it is aspectizing
* Annotation compiler should process imports so we can write

  | import org.jboss.security.Security;
  | /**
  |  * @@Security
  |  */
  | 
rather than

  | /**
  |  * @@org.jboss.security.Security
  |  */
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to