Join Point – A point of execution of a program, such as a method call or exception thrown Pointcut – […]
Read MoreAround Advice Example With ProxyFactory
Example 1: ProxyFactory + Advice The first example will show you how to use ProxyFactory with advice and target object. 1) Create a […]
Read MoreJavaConfig – SpringExpL
Suppose I have a POJO called Address, I’d like to load external resource data and replace the address line1 and line2 […]
Read MoreBeanPostProcessor
Bean post-processors, a special kind of spring bean that able to received bean lifecycle callback at various stages (initialisation/destruction), and perform […]
Read More