XmlConfig is a library for instantiating and configuring Java objects from an XML configuration file.
| Licenses | BSD Original BSD Revised |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Java |
Recent releases


Changes: Handling of nested bean properties was seriously broken, and has now been fixed.


Changes: XmlConfig now throws only XmlConfigExceptions and IOExceptions. All other exceptions are caught and wrapped inside XmlConfigExceptions using the exception cause attribute introduced in Java 1.4.0. XmlConfig no longer works with Java versions that precede Java 1.4.0.


Changes: This release fixes bugs and updates the documentation to reflect the changes made in version 2.0.


Changes: This release adds an initial and untested implementation of the new configuration structure, and is backwards compatible with version 1.7.0.


Changes: This release fixes a bug which caused variables in included files to be replaced incorrectly.