Re: java.lang.reflect.Proxy

2001-10-21 Thread Mark Wielaard
Hi, On Sat, Oct 20, 2001 at 07:05:47PM -0600, Eric Blake wrote: I finally got all the bugs worked out enough to check in my first version of java.lang.reflect.Proxy (I started this project several months ago). Feel free to provide suggestions on ways to improve it. Impressive. I will print

java.lang.reflect.Proxy

2001-10-20 Thread Eric Blake
I finally got all the bugs worked out enough to check in my first version of java.lang.reflect.Proxy (I started this project several months ago). Feel free to provide suggestions on ways to improve it. In the process, I also did some cleanup in the java.lang.reflect package. -- This signature

Re: java.lang.reflect.Proxy

2001-08-03 Thread Artur Biesiadowski
On 2 Aug 2001, Tom Tromey wrote: 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. I would also worry about speed. Creating even a simple class with gnu.bytecode creates a lot of

Re: java.lang.reflect.Proxy

2001-08-02 Thread Tom Tromey
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