On Tue, 19 Jun 2001 00:46, Neeme Praks wrote: > Was that question totally out of context? or totally trivial?
I actually missed it I think ;) > > -----Original Message----- > > From: Neeme Praks [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 14, 2001 6:54 PM > > To: [email protected] > > Subject: configuration in excalibur? > > > > > > > > How should the configuration files be handled in excalibur? > > I'm refactoring > > i18n stuff and I would like to get some configuration data to the > > XMLResourceBundleFactory... I see the interfaces of the configuration > > support, but I haven't found a single configuration file from > > excalibur Up to you really. You can use Bean setters if you feel that is appropriate or else you can use Configuration*. Just drop a sample config in src/conf and go for it ;) > > CVS... > > Also, how should I write the testsm when I need some > > configuration data? can > > I construct some configuration on-the-fly in the test classes? yep. Or alternatively store configuration in XML file and load it from testing code (either is good). Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------* --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
