Hi all, In CVS in /proposals/epugh/compositeconfiguration are the various classes, testcases, and supporting files needed for the integration of a CompositeConfiguration that allows us to pull configuration data from multiple locations.
I have upgraded it to work with CVS head as of 03/22/03. I would really like to get this committed as I have a lot of projects that would benefit from being able to get properties from JNDI, XML, and .props files all via Turbine.getConfiguration()! Please review the testcases and make any suggestions you have. Sincerely, Eric Pugh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 12:21 PM To: [EMAIL PROTECTED] Subject: RE: Anyone Review Configuration Changes? Okay, that sounds like a plan. Basically, since most of the code is in the c.c ConfigurationFactory. Hopefully all that will need to go into the proposals/ directory is the change to Turbine.java (maybe) and some unit tests. Eric Pugh -----Original Message----- From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 11:07 AM To: [EMAIL PROTECTED] Subject: Re: Anyone Review Configuration Changes? [EMAIL PROTECTED] writes: >However, that may be the easiest approach to take in the short term. >Where you thinking that people would have a single file with two namespaces >in it, one for the meta configuration inforamtion, and one for the turbine >(old TR.props) stuff? >Also, I think having it be it's own file isn't horrible, because it appears >that the avalon components will be configed in their own files as well? I don't like an inflation of lots of small configuration files. In the end you will get confused where to configure what. I'd propose that you go on and put your turbine-related stuff into the proposals/ directory so we can check out and let it incubate there until it is stable. Then we can move it in. Regards Henning -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ Java, perl, Solaris, Linux, xSP Consulting, Web Services freelance consultant -- Jakarta Turbine Development -- hero for hire --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
