Posts tagged with 'AutoProxy'
I took last week off to let my link collection build up a little bit. Now back to your regularly scheduled lazy blog post with just links:
- Aspect-oriented programming with Action<> - Using proxy/decorator is one way of doing "poor man's AOP", but you can also use Action to just individually wrap (or decorate/proxy if you like) methods.
- .NET TV has a video of Mark Seeman's presentation about using Aspect-Oriented programming with Dependency Injection.
- Here's an intro on using Spring (Java) for AOP.
- AutoProxy (Java) for AOP with Spring. This might be worth more detailed follow-up, if I knew what the heck a "bean" was.
Have a good weekend!