Re: [configuration] Strong coupling between implementation and use for Beans

2015-09-29 Thread Oliver Heger
! Looking forward to see your results. Oliver > > Jon > > -Original Message- > From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] > Sent: Monday, September 28, 2015 1:35 PM > To: Commons Developers List > Subject: Re: [configuration] Strong coupling between

RE: [configuration] Strong coupling between implementation and use for Beans

2015-09-28 Thread Weygandt, Jon
Sent: Monday, September 28, 2015 1:35 PM To: Commons Developers List Subject: Re: [configuration] Strong coupling between implementation and use for Beans Hi Jon, Am 28.09.2015 um 22:18 schrieb Weygandt, Jon: > Oliver, > > I'm considering making an implementation for Hierarchical

Re: [configuration] Strong coupling between implementation and use for Beans

2015-09-28 Thread Oliver Heger
for uploading patches. Many thanks! Oliver [1]http://commons.apache.org/proper/commons-configuration/issue-tracking.html > > Jon > > -Original Message- > From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] > Sent: Monday, September 28, 2015 12:37 PM > To

RE: [configuration] Strong coupling between implementation and use for Beans

2015-09-28 Thread Weygandt, Jon
). This method would not even have any dependencies on the specific implementation of the config. Jon -Original Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Monday, September 28, 2015 12:37 PM To: Commons Developers List Subject: Re: [configuration] Strong cou

Re: [configuration] Strong coupling between implementation and use for Beans

2015-09-28 Thread Oliver Heger
Am 27.09.2015 um 18:39 schrieb Weygandt, Jon: > It seems that with interfaces like ImmutableHierarchicalConfiguration one > should be able to use the configuration independent of the way in which it > is implemented. > > From the > example(https://commons.apache.org/proper/commons-configuration

[configuration] Strong coupling between implementation and use for Beans

2015-09-27 Thread Weygandt, Jon
It seems that with interfaces like ImmutableHierarchicalConfiguration one should be able to use the configuration independent of the way in which it is implemented. >From the example(https://commons.apache.org/proper/commons-configuration/userguide/h owto_beans.html#An_Example): Parameters param