Hello! I'm currently working on a rather large web application using Spring Framework and Apache Tiles. The application runs just fine, but we are planning on doing a mobile version of the application as well. I am well aware of how to implement HTML5's appcache on a static site. However, I am at a loss for how I can run a spring application offline using the appcache. Is the most that I can hope to accomplish just to cache the .jsp files and other resources so that the pages load faster?

Best,
Byron