在web.xml中配置struts2过滤器时,struts2 2.5之前的版本有ng,而2.5之后没有ng,如图

还有要注意web.xml的版本约束,之前一直遇到问题,后来在网上才发现原来时web的版本约束问题,因为默认的时2.3,这个版本很低,所以会出错,右键项目名,点击properties,

maven>project facets进行选择

spring配置文件applicationContext.xml最全约束

  • <beans xmlns="http://www.springframework.org/schema/beans"
  • xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  • xmlns:context="http://www.springframework.org/schema/context"
  • xmlns:aop="http://www.springframework.org/schema/aop"
  • xmlns:tx="http://www.springframework.org/schema/tx"
  • xsi:schemaLocation="http://www.springframework.org/schema/beans
  • http://www.springframework.org/schema/beans/spring-beans.xsd
  • http://www.springframework.org/schema/context
  • http://www.springframework.org/schema/context/spring-context.xsd
  • http://www.springframework.org/schema/aop
  • http://www.springframework.org/schema/aop/spring-aop.xsd
  • http://www.springframework.org/schema/tx
  • http://www.springframework.org/schema/tx/spring-tx.xsd">

管理struts2 Action有两种方法,一种交给struts.xml,另一种交给applicationContext.xml管理,推荐使用第二种,因为这样Action可以交给AOP来管理,因为spring是单例模式,所以当把Action交给spring来管理的时候需要加上scope="prototype",这样就变成了多例

用struts管理时

交给spring管理时

最新文章

  1. Jquery制作--美化下拉框
  2. nfs的挂载方法
  3. webservice简单引用
  4. java 把一个文件夹里图片复制到另一个文件夹里
  5. (转)使用myeclipse生成实体类和hibernate映射文件
  6. ubuntu系统从中文环境改成英文环境
  7. python如何安装pip和easy_installer工具
  8. Python环境变量设置
  9. PHP 发邮件不换行
  10. zoj3839-Poker Face
  11. Change ugly fonts in Firefox (KDE)
  12. Linux前传——第一次写技术博客
  13. event.target的第一次
  14. CSS3中first-child、last-child、nth-child、nth-last-child
  15. 前端之bootstrap模态框
  16. [LeetCode] Short Encoding of Words 单词集的短编码
  17. switch语句以及三种循环语句的总结
  18. Floodlight1.2+Mininet的安装及使用
  19. 【转】一个域名是用哪里的DNS来解析的,电脑怎么知道找哪一个DNS呢? 我注册域名的时候会在服务商那里配置DNS解析,一般需要24小时后才能访问,我想知道,解析后的这个数据是不是会同步到世界上所有的DNS服务器呢!如果不是,当我访问我的这个域名的时候,电脑怎么知道去找到我注册的这一家的DNS服务器呢,谁告诉他的呢?
  20. 【CLR】解析CLR的托管堆和垃圾回收

热门文章

  1. 新添加的用户无法sudo解决方案
  2. 图论 --- BFS + MST
  3. 移相器——K波段有源移相器设计
  4. C++强大背后
  5. 类例程_c#战斗程序(窗体版)
  6. 彻底搞懂etcd raft选举、数据同步
  7. [转]Python实现字符串反转的几种方法
  8. VC 在桌面上绘制一些图形
  9. vue动态子组件的实现方式
  10. Android常用五种布局