you need to return the correct http response headers depending on the filename that is requested I did this using an HttpFilter that returns 'cache-forever' for *.cache.* (for performance) and 'no-cache' for *.nocache.* files (your problem) (google for the correct headers)
this way you your application always checks for a new version and uses the cache if nothing has changed see -> http://www.infoq.com/articles/gwt-high-ajax hope this helps On 6 feb, 07:15, ArunDhaJ <[email protected]> wrote: > Hi, > I did few changes in GWT application after hosting... One of my client > cannot able to view the recent changes. He is still viewing the old > application. > > As, GWT is a javascript, instructed him to clear the temporary files > through browser. But he still facing the same problem... > > Is GWT caching the javascript files other than temporary internet > files folder?? else how can I clear the chached files?? its happening > to only one particular user... > > Regards, > ArunDhaJ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
