I just posted the source for this AOP framework I've been working on to
my web site. It enables you to dynamically intercept public method
invocations, member or static, no interfaces required. The code still
has a way to go, but it's functional. Thought you all might find it
interesting.
http://crazybob.org/
I plan on using this to filter WebLogic EJB invocations on the server
side, however the possibilities are *much* larger.
Thanks,
Bob