When I run the application the browser caches the Application even If I do changes on the interface
it doesn’t do anything just the same application appears every time also it caches the data I stored on datastore
I assumed that it’s a browser cache problem
so how actually to solve this problem
When I run the application the browser caches the Application even If I do
Share
Searched again and found the problem
you have to remove this line from appengine-web.xml\
Re-run your project and the browser won’t cache anymore
Problem Solved 🙂