问题
I want to cache some portions of my JSP page because it is heavy to render. The whole page cannot be cached as it contains user specific content, but most of it can. I thought the best solution would be to create a JSP cache tag. It seems there are several solutions for that but most of these projects are dead or abandoned
http://www.opensymphony.com/oscache/ http://jakarta.apache.org/taglibs/doc/cache-doc/ http://www.servletsuite.com/servlets/cachetag.htm
I am wondering if there is any project that is alive, open source, or is there any better soltion that can work?
回答1:
OSCache has not been abandoned; a lack of constant change only means that it fulfills the requirements the designers had, not that the project isn't useful any more.
来源:https://stackoverflow.com/questions/6470729/jsp-caching-tag-library