NameMatchMethodPointcutAdvisor « AOP « Spring Q&A





1. Is it got any way that can apply multiple advice to NameMatchMethodPointcutAdvisor ?    forum.springsource.org

hi, i just wondering if that any way to apply multiple advice to particular method name ? The NameMatchMethodPointcutAdvisor.setAdvice(Advice advice) properties show that it only accept one advice, is that any ...

2. Help with NameMatchMethodPointcutAdvisor    forum.springsource.org

Help with NameMatchMethodPointcutAdvisor Hi, I've configured an Advice, advisor, and a proxyfactorybean but when I glue it all together and start Tomcat, It doesnt't work. Here is my dispatcher-servlet.xml config:

3. NameMatchMethodPointcutAdvisor && ParameterMethodNameResolver    forum.springsource.org

NameMatchMethodPointcutAdvisor && ParameterMethodNameResolver Wonder if anyone has had something similar to this happen, I'm just trying to introduce Spring AOP into my project, and am currently using ParameterMethodNameResolver with MutliActionController from ...