Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT - How to generate the *.nocache.js

Tags:

java

gwt

If I create a GWT project in eclipse without checking the checkbox "generate sample code", I will get a pretty empty project (as expected). There is a wizard for all the needed files:

  • The module.gwt.xml
  • The entry point
  • The .html file

But: How can I generate the needed module.nocache.js file?

like image 264
jan Avatar asked Mar 23 '23 22:03

jan


1 Answers

You need not to generate it manually and not encouraged by google too.

Once you compile your gwt project,It generates.

like image 177
Suresh Atta Avatar answered Mar 25 '23 11:03

Suresh Atta