Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-configuration: Commons Configuration Package
- Summary
- Configuration is a project to provide a generic Configuration
interface and allow the source of the values to vary. It
provides easy typed access to single, as well as lists of
configuration values based on a 'key'.
Right now you can load properties from a simple properties
file, a properties file in a jar, an XML file, JNDI settings,
as well as use a mix different sources using a
ConfigurationFactory and CompositeConfiguration.
Custom configuration objects are very easy to create now
by just subclassing AbstractConfiguration. This works
similar to how AbstractList works.
Changelog
- * Mon Aug 13 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.4-1jpp
-
- Upgrade to 1.4
- * Thu May 3 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.2-3jpp
-
- Patch one test
- * Wed Mar 7 11:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.2-2jpp
-
- Add gcj_support option
- Optionally build without maven