struts1struts2
2.Struts2和Struts1.x的差别, 最明显的就是Struts2是一个pull-MVC架构。 这是什么意思呢?从开发者角度看, 就是说需要显示给用户的数据可以直接从Action中获取, 而不像Struts1.x那样,必须把相应的Bean存到Page、Request或者Session中才能获取。 Struts1.x 必须继承org.apache.struts.action.Action或者其子类,表单数据封装在FormBean中。 Struts 2无须继承任何类型或实现任何接口,表单数据包含在Action中,通过Getter和Setter获取。
用户评论
推荐下载
-
Struts2之Hello World#struts2
NULL博文链接:https://greatghoul.iteye.com/blog/617645
12 2020-06-14 -
struts2学习struts2API库
学习struts2的教程中文 一些常用重要的API函数,方便查询。学习
27 2019-02-11 -
Struts2inaction struts2实战源码
Struts2inaction(struts2实战)源码
34 2019-05-15 -
Struts2轻松入门Struts2总结
Struts2轻松入门Struts2总结Struts2和Struts1.x对比学习
31 2019-05-13 -
Struts2视频之Struts2HelloWorld
完整项目包博文链接:https://huibuqule.iteye.com/blog/1882869
31 2019-08-02 -
struts2和struts2标签详解
关于struts2的详解和struts2标签的详解,给struts学习者以帮助,无论是初学还是有基础的同仁!
36 2019-01-08 -
Struts2
Struts2 Hellow 下载
26 2019-01-13 -
struts2
非常好的struts2学习书籍。
48 2019-01-21 -
struts课件2
我培训时用的课件,这是第二篇。内容涵盖validator框架,国际化,DispatcherAction,MappingDispatcherAction,LookupDispatcherAction,动
23 2019-02-21 -
struts例子2
struts 例子2
31 2019-03-12
暂无评论