file « Cache « JSP-Servlet Q&A





1. Cache QuestionIE5.0 When read and write Xml file in servlet    coderanch.com

I read and write a xml file by jdom in servlet.In client ,Client access xml data binding the element of html in xml file.but when I delete and add the data to xml file by servlet.Client cannot right now see the data that I delete and add in servlet. and only after client refresh the IE , could see instant data ...

2. I Want to Cache bulk of js files.    coderanch.com

Hi , I am including a lot of js files in JSP. It tooks too much of time to load. I want to cache the JS files. For Example: I have a JSP namely -> MyFirstDemo.jsp In MyFirstDemo.jsp i have 10 js files included. I am accessing this MyFirstDemo.jsp many times. it took long time to load because of js files. ...

3. How not to cache a downloaded file    coderanch.com