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 Jan 19 23:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0.d3-1jpp
-
- First JPackage release