File componentDir = new File(componentDirectoryPath);
ConfigurationReader[] configReaders =
{ /*TODO: uncomment (see above) | commandLineConfigReader */ };
TranslationReader transReader
= new TranslationReader(localeFromConfiguration());
componentManager =
new ComponentManager(componentDir,
xmlConfigStorage, configReaders, transReader);