"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:

> Version (a) is very close to my favorite approach -- create an extension
> of the BeanInfo concept in JavaBeans.  Since you control the
> implementation of the BeanInfo class, you can decide how the list of
> properties is created (and it can change dynamically based on
> circumstances for a particular bean).  Further, this fits in to what
> BeanUtils is already using for introspection, so it's a much less painful
> change.

I am not sure whether the BeanInfo approach would allow instance specific
property lists.

--
gR


Reply via email to