/**
* {@inheritDoc}
*/
public void onModuleLoad() {
KtrWjrServiceAsync rpcService = GWT.create(KtrWjrService.class);
WjrPresenter presenter =
new WjrPresenter(rpcService, new WjrLoadingView(), new WjrView());
RootPanel initialPanel = RootPanel.get(INITIAL_PANEL_ID);
if (initialPanel != null) {