摘要: 零配置的意思并不是说没有配置,而是通过约定大于配置的方式,大量通过约定来调度页面的跳转而使得配置大大减少。 org.apache.struts struts2-convention-plugin 2.1.6 --> ... 阅读全文
posted @ 2015-11-16 10:51 盗梦笔记 阅读(374) 评论(0) 推荐(0)
摘要: Struts2的核心功能是action,对于开发人员来说,使用Struts2主要就是编写action,action类通常都要实现com.opensymphony.xwork2.Action接口,并实现该接口中的execute()方法。该方法如下:publicString execute()throw... 阅读全文
posted @ 2015-11-16 09:51 盗梦笔记 阅读(290) 评论(0) 推荐(0)