Adding nodes in an XMLConfiguration, but not at the end

2007-12-19 Thread Thorsten Lampe
Is there any way of adding a piece of configuration (i.e. an element) not to the END of a list as can be done with something like (cp. website examples) // Add new table tasks with name element and type attribute config.addProperty(tables table/name, tasks); but rather IN BETWEEN two

Re: Adding nodes in an XMLConfiguration, but not at the end

2007-12-19 Thread Oliver Heger
Thorsten Lampe wrote: Is there any way of adding a piece of configuration (i.e. an element) not to the END of a list as can be done with something like (cp. website examples) // Add new table tasks with name element and type attribute config.addProperty(tables table/name, tasks); but

AW: Adding nodes in an XMLConfiguration, but not at the end

2007-12-19 Thread Thorsten Lampe
Hmm, it's very interesting to me that the concept of an order should be unusual when handling configuration settings. But then, I am quite new to that field. What I am planning to do (and thought that I could with the help of commons configuration) is to offer a list of cluster settings to the