--- Bob Lee <crazybob@c...> wrote:
> 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 really liked jAdvise, but it looks like Bob Lee has moved on
to "bigger and better" things. Here are some alternatives:
- AspectJ = a very powerful and well supported AOP tool.
http://eclipse.org/aspectj/
- dynaop = Bob's new AOP library
https://dynaop.dev.java.net/
- JBOSS AOP = similar in concept to jAdvise
http://www.jboss.org/products/aop
And there are plenty of others. Here's just one list:
http://www.roseindia.net/opensource/aopframework.php