Re: [configuration] NodeHandler design

2008-04-18 Thread Emmanuel Bourg
Oliver Heger a écrit : Yes such a constructor should be added. However it may make sense to keep the existing parameters also because we will need something like this when the new configuration is to be integrated into DefaultConfigurationBuilder. On the other hand we could implement a facto

Re: [configuration] NodeHandler design

2008-04-17 Thread Oliver Heger
Emmanuel Bourg schrieb: Oliver Heger a écrit : I have added a new method to the NodeHandler interface for distinguishing between the node types. Great, will that work with the getKeys() iterator and the expression engines ? Yes, it should. A major part of the basic functionality provided by

Re: [configuration] NodeHandler design

2008-04-17 Thread Emmanuel Bourg
Oliver Heger a écrit : I have added a new method to the NodeHandler interface for distinguishing between the node types. Great, will that work with the getKeys() iterator and the expression engines ? Based on these changes I have created an initial implementation of PreferencesConfigurati

Re: [configuration] NodeHandler design

2008-04-16 Thread Oliver Heger
Oliver Heger schrieb: Emmanuel Bourg schrieb: I'm trying to write a PreferencesConfiguration and I'm facing some issues with the NodeHandler interface. NodeHandler assumes the existence of container nodes and value nodes. However this is not true for a Preferences tree, the only node available

Re: [configuration] NodeHandler design

2008-04-15 Thread Oliver Heger
Emmanuel Bourg schrieb: I'm trying to write a PreferencesConfiguration and I'm facing some issues with the NodeHandler interface. NodeHandler assumes the existence of container nodes and value nodes. However this is not true for a Preferences tree, the only node available is a container node (t

[configuration] NodeHandler design

2008-04-15 Thread Emmanuel Bourg
I'm trying to write a PreferencesConfiguration and I'm facing some issues with the NodeHandler interface. NodeHandler assumes the existence of container nodes and value nodes. However this is not true for a Preferences tree, the only node available is a container node (the Preferences object),