Re: [beanutils] Property access on a fluent API

2012-12-07 Thread Benedikt Ritter
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

Re: [beanutils] Property access on a fluent API

2012-12-06 Thread 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 functionality you propsed would fit nicely

Re: [beanutils] Property access on a fluent API

2012-12-05 Thread 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 into BU (maybe the scope has changed and now the

[beanutils] Property access on a fluent API

2012-12-05 Thread Oliver Heger
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