2223242526272829303132
public void onModuleLoad() { try { EntryPointFactory u = (EntryPointFactory) GWT .create(EntryPointFactory.class); EntryPoint ep = u.getEntryPoint(); ep.onModuleLoad(); } catch (Exception exception) { exception.printStackTrace(); } }