On Thu, Feb 18, 2010 at 9:30 PM, Csakany Robert <[email protected]> wrote: > ...I've started analyzing the problem, and I've starting the initconfig > bundle for it in Felix project (It will utilize ConfigAdmin service as > Justin pointed) . It will check the MANIFEST.MF (Bundle-InitialConfig > entry) for a configured folder where the configurations will be stored > in XML format....
Why not properties files instead of XML? Using XML introduces a dependency on an XML parser...but of course as you're implementing it, the choice is yours ;-) -Bertrand
