Where to find java class files created by delayed binding GWT?

If I understand these explanations http://code.google.com/intl/de-DE/webtoolkit/doc/latest/DevGuideCodingBasicsDeferred.html , then the GWT compiler creates a * .java file for each class generated using the deferred GWT binding . Are these files only in memory or stored in some temporary working directory? Is there a way to take a look at the generated source code?

+3
source share
2 answers

Well, you can specify the path for the generated files in the gwt compiler with the -gen option.

You can also specify the same opportunity for the com.google.gwt.dev.DevMode class.

Gwt Compiler Options

+5
source

javascript, java . . javascript ( ).

javascript, , , .

0

Source: https://habr.com/ru/post/1787806/


All Articles