One of the biggest issue we have with GWT is that we release GWT app often that makes the GWT app in user browser break, that is, the app users get is the old version and if there are model changes especially the GWT app (that was cached breaks down)
One solution for this is to do a clear cache, however end-users really don't know about this. So we are looking for a way that our updates will force old GWT apps cached be replaced with the new version of the app.
How can this be achieved?