Java configuration framework

Posted by Steen on Stack Overflow See other posts from Stack Overflow or by Steen
Published on 2008-08-25T08:17:54Z Indexed on 2010/04/13 12:23 UTC
Read the original article Hit count: 237

I'm in the process of weeding out all hardcoded values in a java library and was wondering what framework would be the best (in terms of zero- or close-to-zero configuration) to handle run-time configuration? I would prefer xml-based config-files, but it's not essential.

Please do only reply if you have practical experience with a framework. I'm not looking for examples, but experience... Thanks for taking the time.

© Stack Overflow or respective owner

Related posts about java

Related posts about Xml