Can anyone tell me in GWT, when the compiler creates a war file, which contains the folder that contains the Java script The file stores in the browser
This is in the folder specified in your .gwt.xml file:
& lt; Rename module- "Merumul" & gt; This folder is "mymodule".
Javascript files contain names like "19F721DD4BCFB147198D3EC97B70ACD5.cache.html" Yes, the suffix is ".html", although this is Javascript's GWT FAQ:
The reason for this is that some browsers do not handle compression of pure-javascript files properly under certain circumstances.
Comments
Post a Comment