PlaceHistoryMapper historyMapper = GWT
.create(SpadgerPlaceHistoryMapper.class);
PlaceHistoryHandler handler = new PlaceHistoryHandler(historyMapper);
handler.register(clientFactory.getPlaceController(), eventBus,
new DashboardPlace());
RootLayoutPanel.get().add(mainUiView);
handler.handleCurrentHistory();
}