application.getRootRequestMapperAsCompound().add(new BrixRequestMapper(this));
// application.mount(new BrixNodePageUrlMapper());
// register a string resource loader that allows any object that acts as
// an extension supply its own resource bundle for the UI
BrixExtensionStringResourceLoader loader = new BrixExtensionStringResourceLoader();
application.getResourceSettings().getStringResourceLoaders().add(loader);
config.getRegistry().register(loader, true);
}