On Wed, 2002-12-11 at 14:31, Daniel Rall wrote: > Martin Poeschl <[EMAIL PROTECTED]> writes: > > > Nicola Ken Barozzi wrote: > > > > > We didn't fork. Any commons project should work with all projects to > > > find a common solution that all would switch to. This hasn't been > > > done, and is happening now with configuration. We have a > > > Configuration system, and commons configuration is still going its > > > way. We'll see if it comes out similarly to logging. > > > > > > i just started to look at the avalon stuff ... but i think it would be > > good to have things like logging and configuration in commons ... > > > > commons-configuration needs a XMLConfiguration implementation > > ... avalon has one .. why don't we join forces?? > > What about the one in Stratum? > > >jakarta-turbine-stratum/src/java/org/apache/stratum/configuration/XmlConfiguration.java > > Stratum's configuration stuff was just copied from Commons > Configuration when Jason wanted to do some refactoring, so it would be > simple to merge back into Commons Configuration. Looking at what > Avalon has to offer is a good idea regardless.
I'm just using the straight-up avalon configuration stuff in Plexus/Summit in most places. It works well, though it could use a Java Preferences API wrapper. -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
