Friday, January 23, 2015

Supporting old IEs

I have a slightly different use case for GWT than typical: I am writing a javascript app that does minimal DOM interaction other than the occasional absolutely positioned div here and there. I would like to use GWT to write it in Java instead of JS directly, but I have a requirement to support older IEs which GWT is either deprecating or not supporting. 

My question is: since I am really just relying on the java to JS compilation rather than using the widgets and other DOM features (for the most part), what is the risk that the GWT output will not work on older IEs in the future?

Thanks,

Anthony

--
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