|
From: Alistair Y. <ali...@sm...> - 2005-05-02 11:08:43
|
This was bandied about: http://jakarta.apache.org/commons/configuration/ It looks good. In fact it looked so good I became a contributor! It doesn't support includes in the XML properties but it will when I implement it :) seriously, it could be useful in that different components can have their own XML config files and just include them in the main bodington XML config file, rather than having a superbloated main config. LDAPAuthenticator springs to mind. Date: Mon May 2 03:55:17 2005 New Revision: 165618 URL: http://svn.apache.org/viewcvs?rev=165618&view=rev Log: Removed the dependency on Digester for XMLPropertiesConfiguration (contributed by Alistair Young) Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/ configuration/XMLPropertiesConfiguration.java jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Modified: jakarta/commons/proper/configuration/trunk/src/java/org/apache/commons/ configuration/XMLPropertiesConfiguration.java URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/ trunk/src/java/org/apache/commons/configuration/ XMLPropertiesConfiguration.java? rev=165618&r1=165617&r2=165618&view=diff Alistair |