I didn't look at anything else.
http://gwt-code-reviews.appspot.com/83802/diff/1/2 File dev/core/src/com/google/gwt/dev/HostedModeBase.java (right): http://gwt-code-reviews.appspot.com/83802/diff/1/2#newcode382 Line 382: options.setRemoteUIArgs(remoteUIArgs); Is there value in creating a RemoteUIArgs class here? Also, why not just create the RemoteUI instance here and assign it to ui? http://gwt-code-reviews.appspot.com/83802/diff/1/2#newcode964 Line 964: ui = new RemoteUI(options.getRemoteUIArgs().host, Shouldn't this just be created in the arg handler? http://gwt-code-reviews.appspot.com/83802 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
