Re: factor-out commons-configuration

2013-01-15 Thread Eric Charles
On 14/01/2013 18:35, sbre...@synsys.com wrote: +1 to reverting to .xml for XML configuration file name suffixes. I've only seen demerits in switching to .conf. Hi Steve, I will open a JIRA to revert back to XML. Thx, Eric -1 to refactoring configuration beyond thi

Re: factor-out commons-configuration

2013-01-14 Thread Ioan Eugen Stan
Hello Robert, James uses Spring for DI and I'm going for Spring-DM for integration to leverage the existing infrastructure. Cheers, -- Ioan Eugen Stan / CTO / http://axemblr.com - To unsubscribe, e-mail: server-dev-unsubscr...@

Re: factor-out commons-configuration

2013-01-13 Thread Eric Charles
Hi Ioan, We use the HierarchicalConfiguration as its name implies, has some notion of hierarchy in the configuration. It also allows to move from XML to YAML for example (btw, I think we should revert back from ".conf" to ".xml" to allow different configuration formats). Using simple prope

factor-out commons-configuration

2013-01-12 Thread Ioan Eugen Stan
Hello, I've added Jean Baptiste and Robert Munteanu, who are not subscribed. JB, Robert, feel free to not participate if you are not interested/don't have time. Eric, your help is needed. I wish to refactor out commons-configuration in favor for a more OSGi friendly option. I'm still researching