adampreston12 / gwt-examples

Automatically exported from code.google.com/p/gwt-examples
0 stars 0 forks source link

Patch for /trunk_2012/DemoGwtEditor/src/com/gonevertical/client/InitApp.java #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Wouldn't it be better to put

private ClientFactory clientFactory = GWT.create(ClientFactory.class);

into 

  public void onModuleLoad() {

    // rootpanel in clientfactory
GWT.create(ClientFactory.class);

  }

?

Original issue reported on code.google.com by alexander.orlov@loxal.net on 15 Mar 2012 at 8:42