On Tue, Aug 21, 2001 at 06:37:51PM +0200, Gregor Rayman wrote:
> "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
> 
> 

I saw right now an LGPL library on sourceforge, named BeanFactory. At a
very first sight it seems to fit the bill (works with loadable bean
descriptions) if did not misunderstand the problem.

incze

Reply via email to