1. |
2. Caching dynamic content coderanch.com |
3. How do JSPs control client content caching? coderanch.comSomething 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 |