Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > reflection has a heavy performance > penalty and from what I've seen of OGNL
Just a quick side note, with modern JVMs (1.4 and later) the reflection penalty is significantly reduced. IMHO, reflection is quite fast. And OGNL uses reflection internally :-) (note, OGNL 2.7+ can generate bytecode rather than use reflection, but from what I understand, a different API must be used to get the benefits) Brad Cupit Louisiana State University - UIS