Nyimi Jose wrote: > Just find out that Java provides something similar but not simple (for me > :) ) For those who are interested: > http://java.sun.com/j2se/1.3/docs/guide/reflection/proxy.html > > Ok, I stop bothering you all those Java stuff, sorry ;) >
good reading! i wasn't aware of the Dynamic Proxy mechanism in Java. that's exactly what i was referring to in another post where Java must resolve all method calls during compile time. apparently, with dynamic proxy, this is no longer the case. david -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]