Tag Archives: Dynamic Proxy

Aspect Oriented Programming Notes #4 – Proxy Mechanism

In a pure object-oriented sense we are calling a method of an object (Target object). That method has some code which is already in it. Aspect code has to run whenever we call this target method. How is it possible … Continue reading

Posted in Spring Framework, Works | Tagged , , | Leave a comment