Dynamic Proxy support under JDK 1.2+:
CGLIB: http://cglib.sourceforge.net/
Java Class File Editor: http://staff.develop.com/halloway/code/jcfe.html
Berin Loritsch ::
Neeme Praks wrote:
In order to support users under JDK 1.2, I think there needs to be
some sort of abstraction to the Proxy.newProxyInstance(...) method.
If JDK 1.2, call net.sf.cglib.Proxy.newProxyInstance(...) otherwise
call java.lang.reflect.Proxy.newProxyInstance(...).
Any ideas how to achieve this elegantly?
All we were doing is pointing people to an elegant solution. We can
make mention of that, but I need a URL for CGLib.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]