Feature #159
Configuration Object
| Status: | Closed | Start: | 03/12/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | Rémy-Christophe Schermesser | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | - |
Description
The configuration is loaded manually by dome .getProperties("my.property");
It is a pain in the a... to add some more.
So we should find a way to build a tree of configuration objects automatically.
History
Updated by Rémy-Christophe Schermesser 8 months ago
We could usr this : http://commons.apache.org/configuration/apidocs/org/apache/commons/configuration/tree/package-summary.html
I did not find a tool that take a property file and get a Tree of objects, but I think it is no so hard to do.
Updated by Rémy-Christophe Schermesser 8 months ago
- Status changed from New to Closed
Duplicate of #102