Implementations of Java dynamic proxy
Can you suggest an开发者_如何学编程y popular frameworks/tools that use Java dynamic proxy feature in a big way? I can think of Spring AOP and EasyMock. Are there any other good examples?
I need this information for a blog of mine on Java proxies where I feel the content can be more useful if I describe some good implementations.
Java RMI has used these @since 1.5.
http://www.javaworld.com/javaworld/jw-11-2000/jw-1110-proxy.html#resources
http://download.java.net/jdk7/docs/technotes/guides/reflection/proxy.html#intro
The above link can help you
精彩评论