[jboss-dev-forums] [Design of AOP on JBoss (Aspects/JBoss)] - Re: Optimizing Pointcut Matching

kabir.khan@jboss.com do-not-reply at jboss.com
Fri Jun 6 05:05:10 EDT 2008


If this can be made so that the bindings are applied in the same order as the current "unsorted" way that's fine. That could probably work by for example 
*all "methodexecution" and "all" bindings are added to the "methodexecution" collextion
*all "field", "all" and "set" bindings are added to the "set" collection
etc. 

Although, this might get a bit complicated when using sub-domains? Take a look at Domain.getBindings() and see if you can come up with something there

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

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



More information about the jboss-dev-forums mailing list