content « Cache « JSP-Servlet Q&A





1.  getting old (probably cached) html content    stackoverflow.com

I am hitting a URL in a JSP thru the tag:
<'c:import url="${pageContext.request.scheme}://${pageContext.request.serverName}:${pageContext.request.serverPort}/${pageContext.request.contextPath}/html/temp.html" var="content" /> I am getting the html content properly. Now, I change the html content for temp.html but the JSP ...

2. Caching dynamic content    coderanch.com

3. How do JSPs control client content caching?    coderanch.com

Something I never quite understood is how JSPs control client caching. The content returned by a servlet/JSP is dynamic in nature: tags, scriptlets and espressions are evaluated to generate the content sent to the client. Therefore, every call to a URL needs to "run" the JSP to have a fresh copy of the page content generated. On the other hand, I've ...

4. about using     coderanch.com