Re: [configuration] Design discussion

2013-01-29 Thread Oliver Heger
Am 29.01.2013 01:32, schrieb Ralph Goers: Sure - But as I've worked with CombinedConfiguration I became less enthralled with it. The problem I had with the DynamicCombinedConfiguration was that every CombinedConfiguration has to have its own copy of all the configurations. Attempting to share

Re: [configuration] Design discussion

2013-01-28 Thread Ralph Goers
Sure - But as I've worked with CombinedConfiguration I became less enthralled with it. The problem I had with the DynamicCombinedConfiguration was that every CombinedConfiguration has to have its own copy of all the configurations. Attempting to share a configuration led to all kinds of corrupt

Re: [configuration] Design discussion

2013-01-28 Thread Oliver Heger
(From time to time I am going to post an update about the progress I have made so that everybody who is interested can comment.) Just finished reworking MultiFileConfiguration to use the new builder approach. There is now a MultiFileConfigurationBuilder class offering pretty much the same func

Re: [configuration] Design discussion

2013-01-05 Thread Oliver Heger
Hi Jörg, Am 04.01.2013 17:47, schrieb Jörg Schaible: Hi Oliver, Oliver Heger wrote: Hi, recently I have worked on code regarding the creation of Configuration objects and reloading support. I have created two Jira tickets [1, 2] with a description of the problems I see in the current design.

Re: [configuration] Design discussion

2013-01-04 Thread Jörg Schaible
Hi Oliver, Oliver Heger wrote: > Hi, > > recently I have worked on code regarding the creation of Configuration > objects and reloading support. I have created two Jira tickets [1, 2] > with a description of the problems I see in the current design. > > The code in SVN (mainly in the new builde

[configuration] Design discussion

2013-01-01 Thread Oliver Heger
Hi, recently I have worked on code regarding the creation of Configuration objects and reloading support. I have created two Jira tickets [1, 2] with a description of the problems I see in the current design. The code in SVN (mainly in the new builder package) should be sufficient to get a g