On 2/26/08, James Carman <[EMAIL PROTECTED]> wrote: > Well, if you wait a bit until I do another release of Commons Proxy, > it'll have that feature built in. Also, you could use Javassist if > you wanted to very easily.
Actually, after I played around a bit, it looks like CGLIB does this out of the box. So, it was caching your stuff already for you. Thus, Commons Proxy would be too. I had to create custom support for caching for Javassist, though. JDK proxy classes are cached automatically also by the java.lang.reflect.Proxy class. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]