PDA

View Full Version : Use of SpringAOP



iago
Dec 7th, 2004, 03:25 AM
Hi,
Could Spring AOP be used without SpringFramework ? I am looking for an AOP framework but for the moment I don't use Spring Framework.
Thanks for help or advice.

katentim
Dec 7th, 2004, 04:33 AM
Not really. Spring implements AOP through proxies which are substituted for your target POJOs which are loaded via Spring's application context.