Tuesday, August 25, 2009

What Does The Vexilar Do

GWT compiler

The GWT compiler generates the Java source code for different browsers, JavaScript and one for each language a separate file. The browser with IDs are:
  • ie6: IE 6 and 7
  • ie8: IE 8
  • Gecko: Mozilla
  • gecko1_8: Firefox
  • safari: Safari
  • opera: Opera
one has now 5 languages, then the compiler generates 6 * 5 = 30 JavaScript files. This will take quite a while. During normal development, it usually tests only with a browser and a language. . About the module-specific gwt.xml, this can be set:
  1. make the following entry:
    \u0026lt;set-property name="user.agent" value="gecko1_8">
  2. Options
    \u0026lt;extend- property name = "locale" value = "en" comment out>
    .
For my GWT project build instead in 1.5 minutes in 15 seconds worth So. Just before a release not forget, all held back, otherwise users look to the wrong browser into the tube.

0 comments:

Post a Comment