Best practices for caching results of JSP pages?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-23T04:44:35Z Indexed on 2010/03/23 4:51 UTC
Read the original article Hit count: 311

Filed under:
|
|

My application has an MVC structure.

How should I structure my application to allow for maximum caching?

Is it sufficient to only cache the model objects that are passed to the JSP views?

Or will there be a significant performance boost from caching the results of the rendering of the JSP views too?

© Stack Overflow or respective owner

Related posts about java-ee

Related posts about java