Hi:
Seems unless you create objects using Spring framework the POJO objects in my very complex swing/web application cannot be traced using AOP Functionality.
Does this also hold true for Dynamic Auto Proxy Functionality?
In this case, the advantage that we get from Static AspectJ Compiler that requires a completely new compiler is lost in terms of Lots of Code Modifications.
I think there should be a way to trace POJO using Auto Proxy in someway which requires minimum modifications. Does anyone know or can summarize the Minimum Code Changes with the Most Advanced Auto Proxy class?
Thanks.


Reply With Quote