|
CommonTemplate 第三方包依赖说明 |
|
一、tools包依赖第三方包情况:
1. org.commontemplate.tools.web.servlet.TemplateServlet依赖于servlet-api.jar包
2. org.commontemplate.tools.web.jsp.TemplateTag依赖于jsp-api.jar包
3. org.commontemplate.tools.web.webwork.TemplateResult依赖于webwork.jar和xwork.jar包
4. org.commontemplate.tools.web.struts2.TemplateResult依赖于struts2.jar和xwork2.jar包
二、standard包依赖第三方包情况:
1. org.commontemplate.standard.log.CommonsLogging依赖于commons-logging.jar包
3. org.commontemplate.standard.cache.EHCache依赖于ehcache.jar包
4. org.commontemplate.standard.cache.OSCache依赖于oscache.jar包
5. org.commontemplate.standard.web.highlight.JavaCodeFilter依赖于java2html.jar包
(注:这里列出的是build依赖,运行时依赖需看具体应用,所依赖的包可以会再依赖其它包,以上列出的包可以在项目的lib目录下找到)
|
|