► BeanNameAutoProxyCreator
► DefaultAdvisorAutoProxyCreator
► Metadata autoproxying
► Around : Intercepts the calls to the target method
► Before : This is called before the target method is invoked
► After : This is called after the target method is returned
► Throws : This is called when the target method throws and exception
► Around : org.aopalliance.intercept.MethodInterceptor
► Before : org.springframework.aop.BeforeAdvice
► After : org.springframework.aop.AfterReturningAdvice
► Throws : org.springframework.aop.ThrowsAdvice
► Compile Time
► Classload Time
► Runtime
The process of applying aspects to a target object to create a new proxy object is called as Weaving. The aspects are woven into the target object at the specified joinpoints.
A proxy is an object that is created after applying advice to a target object. When you think of client objects the target object and the proxy object are the same.
Webmaster 22nd of May 2012
Tell us what you feel about Java Spring Framework Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on Java Spring Framework Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding Java Spring Framework Interview Questions and Answers
Thank you.