jsp caching tag library

主宰稳场 提交于 2020-01-04 04:03:07

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!