if (context.getInitialHosts() != null && context.getInitialHosts().getSelectedHost() != null) {
Console.getEventBus().fireEvent(
new GlobalHostSelection(context.getInitialHosts().getSelectedHost().getName()));
}
if (context.getInitialServer() != null) {
Console.getEventBus().fireEvent(new GlobalServerSelection(context.getInitialServer()));
}
new LoadMainApp(
MODULES.getBootstrapContext(),
MODULES.getPlaceManager(),