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
- * Thu Sep 15 12:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.1-1jpp
-
- Upgrade to 1.1
- Omit findbugs and tasks reports: don't have these plugins yet
- Requires java 1.4.2 to build
- * Mon Feb 21 11:00:00 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0.f-1jpp
-
- Upgrade to 1.0 final, letter in version can be bumped with 1.1
- Prepare for build with maven, but still build with ant
- * Mon Aug 23 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.d3-2jpp
-
- Rebuild with ant-1.6.2
- Upgrade to Ant 1.6.X