Hello,
I am developing an application on GAE with spring MVC and using annotations. The application take a long time to load the first time and then it behaves well as long as I access the application. But then when I leave the application for a minute and then I access it again it is taking long time. I have read ppl having similar issues but did not talk about the solution. Has anyone had this problem and was able to fix it ?
One solution was stripping the annotations which I want to do as the last choice.
Thank You