Archive for 'Spring.NET' Category

Spring and AOP proxy lifecycle

3 July 2007

Spring.Net is a great library, with interesting capabilities for AOP. Here is some suggestion on how to handle lifecycle of proxyed object. Suppose you have a Order object with virtual methods and you want to add an aspect with spring .NET. Suppose also that you have created an interceptor, a possible spring configuration is the [...]