摘要: (1) Struts2(一) struts2的环境搭建及实例 (2) struts2(二) ModelDriven模型驱动 (3) Struts2属性驱动与模型驱动 (4) struts2(二) ModelDriven模型驱动 (3) Struts2属性驱动与模型驱动 (4) 阅读全文
posted @ 2016-11-28 23:24 Big_Foot 阅读(171) 评论(0) 推荐(0)
摘要: Struts2工作原理 Struts2请求响应流程: 在struts2的应用 中,从用户请求到服务器返回相应响应给用户端的过程中,包含了许多组件如:Controller、ActionProxy、ActionMapping、 Configuration Manager、ActionInvocation 阅读全文
posted @ 2016-11-28 22:15 Big_Foot 阅读(154) 评论(0) 推荐(0)
摘要: 转自博客:http://blog.csdn.net/laner0515/article/details/27692673/ 在学习struts2之前,首先我们要明白使用struts2的目的是什么?它能给我们带来什么样的好处? 设计目标 Struts设计的第一目标就是使MVC模式应用于web程序设计。 阅读全文
posted @ 2016-11-28 21:29 Big_Foot 阅读(1365) 评论(0) 推荐(0)