码迷,mamicode.com
首页 > 编程语言 > 详细

struts2必备jar包(2.1.6版本)

时间:2017-06-07 21:05:02      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:plugin   family   collect   marker   1.2   comm   tle   lang   wrap   

struts2必备jar包(2.1.6版本) 

struts2(2.1.6版本)必备的jar包有6个

struts2-core-2.1.6.jar

freemarker-2.3.13.jar

commons-logging-1.0.4.jar

ognl-2.6.11.jar

xwork-2.1.2.jar

commons-fileupload-1.2.1.jar

另外,为了支持附件上传,还要添加commons-io.jar。为了支持json,要添加添加jsonplugin-0.34.jar或者jsonplugin-0.7.jar。

 

最后,附上网上查阅的其他一点知识。

在struts2.1.6之前的版本:   添加相应的json包:json-lib.jar jsonplugin.jar 这里要注意很重要的一点,因为json大量引用了Apache commons的包,所以这里要一并加入,需要的commons包共4个,除了commons的包外,还需要引入一个 ezmorph的包,所以这一步一共要引入7个包,列出如下:commons-collections.jar commons-lang.jar commons-beanutils.jar commons-logging.jar ezmorph.jar 再加上json的两个包共七个。

struts2.1.6,添加jsonplugin0.34或者jsonplugin0.7 

struts2.1.8则添加json-lib-2.2.3.jar,struts2-json-plugin,struts2-junit-plugin

 

struts2必备jar包(2.1.6版本)

标签:plugin   family   collect   marker   1.2   comm   tle   lang   wrap   

原文地址:http://www.cnblogs.com/limeiky/p/6958660.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!