Re: [configuration] POC new reloading approach

2012-10-12 Thread Oliver Heger
Am 11.10.2012 22:22, schrieb Honton, Charles: So the Configuration is immutable and consistent. Currently, the Configuration interface allows manipulating property values. So there still has to be synchronization for readers and writers. An immutable configuration interface has already been d

Re: [configuration] POC new reloading approach

2012-10-11 Thread Honton, Charles
So the Configuration is immutable and consistent. Can the Builder clients listen for change events? Is there a separate interface to the Builder to change the configuration state and fire persist events? Thanks, chas On 10/11/12 1:09 PM, "Oliver Heger" wrote: >Hi, > >in the last few days I ha

[configuration] POC new reloading approach

2012-10-11 Thread Oliver Heger
Hi, in the last few days I have worked on a new approach for handling reloading in a more generic and loosely coupled way. To get a better base for discussion, I created some code (mainly in the reloading and the new builder packages). The basic idea is that reloading is no more handled by t