If I understand these explanations http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html right the GWT compiler creates a *.java file for every class generated via GWT deferred binding. Are these files only in memory or stored in some kind of temporary work directory? Is there a way to have a look at the generated source code?
If I understand these explanations http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html right the GWT compiler creates a *.java file
Share
Well, you can give the path for generated files to gwt compiler with “-gen ” option.
Also you can give the same option to com.google.gwt.dev.DevMode class.
Gwt compiler options