>>>>> "Eric" == Eric Blake <[EMAIL PROTECTED]> writes:

Eric> Unless anyone else speaks up, I will start implementing
Eric> java.lang.reflect.Proxy and related classes, added in JDK 1.3.

Eric> To do this in pure Java, I plan to generate a byte[] on the fly
Eric> that will then be loaded as a class by the appropriate
Eric> ClassLoader.  Should I use the functionality already in
Eric> gnu.bytecode, or should I write my dynamic class-generator from
Eric> scratch?

I don't know about anyone else, but I don't have a strong preference.
How big is gnu.bytecode?  Is it feasible to import it?
Maybe that would influence things.
In the end I think that it is reasonable for you to decide, since
you'll be implementing it.

Tom

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to