随笔-126  评论-247  文章-5  trackbacks-0
03 2014 档案
Struts2 OGNL 表达式      摘要: OGNL ( Object Graph Navigation Language ),对象图导航语言。这是一种强大的表达式语言,通过它可以非常方便的来操作对象属性。
在 Struts2 中,OGNL 需要和 Struts2 标签库配套来使用。  阅读全文
posted @ 2014-03-17 20:04 fancydeepin 阅读(4768) | 评论 (5)  编辑
Struts2 访问 Servlet API 的方式      摘要: 一般来说,在 Struts2 中访问 Servlet API 的方式有2种:
(1) 直接访问 Servlet API。这将会使得你的 Action 类与 Servlet API 耦合在一起。
(2) 通过 Struts2 API 来访问 Servlet API,这样 Action 类就不会再跟 Servlet API 耦合。  阅读全文
posted @ 2014-03-17 19:58 fancydeepin 阅读(2040) | 评论 (2)  编辑
Struts2 Action
posted @ 2014-03-13 16:49 fancydeepin 阅读(1525) | 评论 (8)  编辑
Struts2 配置文件 struts.xml
posted @ 2014-03-12 19:58 fancydeepin 阅读(1955) | 评论 (2)  编辑
eclipse maven 插件安装
posted @ 2014-03-06 14:05 fancydeepin 阅读(4127) | 评论 (4)  编辑