EXT-GWT Question:
Download Job Interview Questions and Answers PDF
How to set Browser targeted Compilation in GWT?
Answer:
To reduce the compilation time, choose favorite browser and add the user.agent property in the module configuration file.
Values: ie6,ie8,gecko1_8,safari,opera
module.gwt.xml:
<module..>
<inherits...>
<set property name=\"user.agent\" value=\"ie8,opera\">
</module..>
Values: ie6,ie8,gecko1_8,safari,opera
module.gwt.xml:
<module..>
<inherits...>
<set property name=\"user.agent\" value=\"ie8,opera\">
</module..>
Download EXT GWT Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how to make GWT Custom Event Handler? | Tell me how to compile the GWT application? |