Hi,
From my understanding spring AOP is based on dynamic proxies where as aspectj is based on bytecode transformation technique. Based on difference performance comparison blogs I think aspectj is much faster than spring AOP.
Guys, can you please help me in deciding if I should use aspectj instead of using spring AOP. because aspectj offers more performance. As well spring framework very well permits use of aspectj along with spring.
Shiv


Reply With Quote
