ContactUs

Please send your Questions & Answers or Feedback to "mohan@javabook.org"

AOP : What is MethodBeforeAdvice ?

This is the Advice that is used when we want our common/transaction code to get execute at the method starting. But it is must to override the “before()”. While injecting the Advice to the ProxyBeanFactoy in the config file, we use
<property name="interceptorNames"><list><value>methodBeforeAdvice</value></list></property>
Related Posts Plugin for WordPress, Blogger...
Flag Counter