struts1 与struts2

1.do -> .action;

2.配置方面

  type --> class

  <forword name="">  --> <resulst>

3.表单需要单独处理 -- > together;

4.dispatherAction  -- > acitonsuport 导致一个依赖与servlert Api, 一个是完全pojo;

5.singletong  --> prototype  线程安全方面不同。

6.validate校验 -->支持xwork校验。

7.jstl  --> ognl

原文地址:https://www.cnblogs.com/yanjunwu/p/2730789.html