Default config is configured in import org.fusesource.restygwt.client.Defaults;
Service root. By default, RestyGWT will use module name to get rest service root, to change it, call on module load:
Defaults.setServiceRoot("/rest/");
Date format. By default, RestyGWT will send u...