Sunday, December 5, 2004

AOP Example

I used the example, created for my "Dynamic Proxy" post (check out the related links), to implement an example of AOP. I developed a logging mechanism for my example classes, using AOP and the Spring Framework. It's a needless example, since Spring Framework provides a great logging mechanism, still it points out the AOP paradigm.

My Example is available through blogtorrent and my download site.

No comments: