if (!devModeEnabled) {
resourceCache = new ResourceCache();
}
resourceManager = new ResourceManager(appMap, resourceCache);
namedEventManager = new NamedEventManager();
applicationStateInfo = new ApplicationStateInfo();
appImpl.subscribeToEvent(PostConstructApplicationEvent.class,
Application.class, new PostConstructApplicationListener());