
Struts2
dzjq21
这个作者很懒,什么都没留下…
展开
-
struts2 + jfreechart整合
struts2 + jfreechart整合:1、配置环境: 在struts2中,默认的struts-default.xml中,并没有包含chart的result-type,它是插件的形式使用的。 把 struts2的解压包的lib里找到struts2-jfreechart-plugin-2.1.8.1.jar,拷贝到你的项目的 classpath里, 因为这个插件里的文件struts-plugi...原创 2010-07-27 13:40:53 · 126 阅读 · 0 评论 -
struts2 + jquery + json模拟登陆效果
struts2 + jquery + json模拟登陆效果1、新建工程,添加struts2必需jar包及相应版本的struts2-json-plugin-X.jar 2、在web.xml增加下面的struts2的配置; <filter> <filter-name>struts2</filter-name> <filter-class...原创 2010-07-27 13:44:10 · 118 阅读 · 0 评论 -
struts2 + hibernate + spring + flexgrid 分页实现
struts2 + hibernate + spring + flexgrid 分页实现: 1、新建工程,添加struts2、hibernate、spring及对应版本必需jar包,要增加的jar文件列表如下: 2、修改web.xml的配置: <?xml version="1.0" encoding="UTF-8"?> <web-app version="...2010-07-28 23:47:46 · 180 阅读 · 0 评论