Friday, January 23, 2015

Re: Mapping .js files to specific browser?

Hi,

I don't understand your question but I will try to give an answer :)
GWT creates for each browser different compile outputs (permutations).
Which will permutation which will be loaded will be determined during the run time depending on the browser user agent.
The code/mapping which determined the permutation can be found in the *.nocache.js.

To implement a different behavior in for each browser you can use a feature of GWT called "Deferred binding"
See doc: http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsDeferred.html

But what exactly is your indention?

BR
Rocco


Am Donnerstag, 22. Januar 2015 11:51:51 UTC+1 schrieb Mohammed Sameen:
Hi,
 GWT generates .js files for different browser.How mapping is happening in GWT?


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment