Jon Scott Stevens <[EMAIL PROTECTED]> writes: > on 4/24/02 4:50 PM, "Sam" <[EMAIL PROTECTED]> wrote: > >> Hi. >> >> I would like to propose a new subproject called Config4J. >> >> The aim of this project is to provide developers with a generic >> framework to help with setting up application level configuration in >> Java applications, in a manner similar to what Log4J does for logging. >> >> I have a first cut of the codebase and it works fine. The framework has >> the ability to pick up configuration information from XML files, >> Databases, LDAP and property files. >> >> Application code would use a standard interface to access properties >> Eg Config.getProperty(XXX) etc. >> >> I hope to see this evolve with contribution from others in the >> community. >> >> How does this sound ? >> /Sam > > Sounds perfect for a commons-sandbox project. You should check with the > Commons people to make sure that one of these projects doesn't already > exist. It sounds very familiar. :-)
jakarta-commons-sandbox/configuration already exists, using the ideas from Commons Collections ExtendedProperties class as a basic interface definition, and supply a couple new implementions which originated from Stratum. Perhaps you have something to contribute to the existing Commons Configuration package? - Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
