Hi all,

I've started an opensource project to help managing application configuration. 
Application code get configuration values
from a static util class: Configuration.getAsXXX(key) with XXX=String, Int, Date ... 
Configuration is stored into
properties files, loaded from classpath or from file system. Values can be overriden 
at startup to customize default
configuration.

I've built such a framework for my job but found some bad design in it (poorly 
extensibile) and cannot share as
opensource, so I'm building another one from scratch.

I'm looking at existing frameworks to gather ideas. I know jconfig and 
commons-configuration API. What do you use in
your apps ?

Nico.



Our name has changed.  Please update your address book to the following format: 
"[EMAIL PROTECTED]".

This message contains information that may be privileged or confidential and is the 
property of the Capgemini Group. It is intended only for the person to whom it is 
addressed. If you are not the intended recipient,  you are not authorized to read, 
print, retain, copy, disseminate,  distribute, or use this message or any part 
thereof. If you receive this  message in error, please notify the sender immediately 
and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to