Tuesday, April 22, 2014

Re: Reload client automatically on server side code update

The browser should not cache ".nocache." file. You have this problem because you didn't guard this scenario. Check at http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html#perfect_caching

 


2014-04-22 8:10 GMT-03:00 Varun Jain <varunjain.jain1988@gmail.com>:
Hi,
   Whenever a new client side patch update happens with update to GWT classes, the generated javascript incompatible causing a client side exception which is resolve when the client reloads the webapp. How can this be handled?

Thanks,
Varun

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

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