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?
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
javascript, java . . javascript ( ).
javascript, , , .
Source: https://habr.com/ru/post/1787806/More articles:javascript validation enabled - javascriptCan I check if there is the next page in the browser history with Javascript? - javascriptAn elegant way for this interface to work? - c #Tracking external links with Google Analytics trackPageview () does not work - analyticsUnable to import wx (Python) on Mac OS X - pythonHow to block keyboard input from Popup control panel - wpfJquery timeout solution? - javascriptScanner without separator - javaWhen you add Facebook integration to a web application, how do you deal with the expiration of the OAuth token and what user data should be saved? - oauth-2.0Deriving a template argument from a function body - c ++All Articles