Where to find java class files created by GWT deferred binding? -
if understand these explanations http://code.google.com/intl/de-de/webtoolkit/doc/latest/devguidecodingbasicsdeferred.html right gwt compiler creates *.java file every class generated via gwt deferred binding. these files in memory or stored in kind of temporary work directory? there way have @ generated source code?
well, can give path generated files gwt compiler "-gen " option.
also can give same option com.google.gwt.dev.devmode class.
Comments
Post a Comment