2012/12/6 Oliver Heger
> Am 05.12.2012 23:13, schrieb Benedikt Ritter:
>
> Hi Oliver,
>>
>> AFAIK beanutils is not restricted to pure JavaBeans. The project website
>> just says that the component provides simple wrappers around the java
>> refelct and introspect API. So I would say, that the fu
Am 05.12.2012 23:13, schrieb Benedikt Ritter:
Hi Oliver,
AFAIK beanutils is not restricted to pure JavaBeans. The project website
just says that the component provides simple wrappers around the java
refelct and introspect API. So I would say, that the functionality you
propsed would fit nicely
Hi Oliver,
AFAIK beanutils is not restricted to pure JavaBeans. The project website
just says that the component provides simple wrappers around the java
refelct and introspect API. So I would say, that the functionality you
propsed would fit nicely into BU (maybe the scope has changed and now the
Hi all,
in [configuration] [beanutils] is used to initialize properties of Java
objects defined in configuration files. This works fine as long as the
objects conform to the Java Beans specification.
Now I would like to initialize other objects, too, which implement a
fluent interface as fol