Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

GWT%20Interview%20Questions%20and%20Answers

Question: How can you 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..>
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook