views:

24

answers:

2

Hi, I am using eclipse 3.5 with google app engine + spring framework to develop application. My problem is when I change the code and build the project, the new code doesn't come in to effect. I even deleted the old file but at runtime, the old version gets display in the browser. Why?

A: 

Yes i didn't almost everything to clear the cache? But no way out

bhusamias
A: 

Your description is not explicit, so following are my assumptions:

  • You are changing jsp/js or view related files
  • You have Google app engine plugin for eclipse to deploy the code

Following might be one of the reasons:

  • Your view files are cached in the browser, so try deleting the browser cache
  • Google app engine might have cached your files, so try deleting the temp folder
  • Eclipse IDE wouldn't have deployed your changed code, so check the timestamp, if it still shows the old timestamp, then find out how to configure eclipse to detect your changes.
novice