Re: [freenet-dev] using reflection in fred

2003-10-13 Thread Niklas Bergh
>On Mon, Oct 13, 2003 at 07:55:35PM -0400, Zlatin Balevsky wrote: >> The state chain code uses the reflection api heavily. Official >> tutorials from Sun recommend reflection to be used only as a last >> resort, i.e. if the problem cannot be solved any other way. RTTI in >> win32 adds tons of ove

Re: [freenet-dev] using reflection in fred

2003-10-13 Thread Toad
On Mon, Oct 13, 2003 at 07:55:35PM -0400, Zlatin Balevsky wrote: > The state chain code uses the reflection api heavily. Official > tutorials from Sun recommend reflection to be used only as a last > resort, i.e. if the problem cannot be solved any other way. RTTI in > win32 adds tons of overh

[freenet-dev] using reflection in fred

2003-10-13 Thread Zlatin Balevsky
The state chain code uses the reflection api heavily. Official tutorials from Sun recommend reflection to be used only as a last resort, i.e. if the problem cannot be solved any other way. RTTI in win32 adds tons of overhead. Is anyone out there 100% positive that reflection in java is chea