风故故,也依依

Stand still in the wind.

导航

2007年8月13日 #

struts2.0入门实例

摘要: struts2.0简单的例子今天在apache网站上无意中看到了struts项目2.0.1正式发布了,怀着欣喜的心情我下载了stuts2.0.1完整包。 Struts2.0.1是struts项目和WebWork2.2项目的合并版本,集成了两大流行MVC框架的优点,对struts框架来说是一个大的提升,同时也更大程度地简化了开发人员的开发过程。我简单地研究了一下这个新版本,现在给大家介绍一个入门级的... 阅读全文

posted @ 2007-08-13 02:29 jadmin 阅读(226) 评论(0) 推荐(0)

配置Struts2.0

摘要: 1、web.xml文件 struts2 struts2 org.apache.struts2.dispatcher.FilterDispatcher struts2 /* index.html index.htm index.jsp default.html default.htm default.jsp 其中,绿底色的部分是通用的部分。 2、struts.xml文件 这个文件... 阅读全文

posted @ 2007-08-13 01:41 jadmin 阅读(122) 评论(0) 推荐(0)