文件名称:struts2入门实例3 经典入门必备
文件大小:12.31MB
文件格式:RAR
更新时间:2013-12-28 14:10:25
struts2入门 实例经典 必备 我自己总结的
1.Struts2_01_login
对应登录。。
login.jsp---------------------------------------html标签的登陆页面
login_struts2.jsp-------------------------------采用struts标签的登陆页面
login_struts_validate.jsp-----------------------有账号和密码验证的登陆页面
login_struts_validate_noblank.jsp---------------输入不能为空的登陆页面
2.Struts2_03_TypeConverter
继承defaulttypeconverter的转换器
3.Struts2_03_TypeConverter2
把一个商品变成了两个
4.Struts2_03_TypeConverter3
把上面的局部的转换器改成全局的了
xwork-conversion.properties
5.Struts2_03_TypeConverter4
把前面的继承改成了strutstypeconverter了
6.Struts2_03_TypeConverter5
扩展成数组,商品以数组输入。
注意下结果显示的页面result.jsp 以不同形式显示。有写
【文件预览】:
Struts2_04_validate_xml
----.project(1KB)
----.settings()
--------org.eclipse.jdt.core.prefs(330B)
--------com.genuitec.eclipse.j2eedt.core.prefs(1KB)
----.mymetadata(343B)
----WebRoot()
--------WEB-INF()
--------index.jsp(2KB)
--------META-INF()
--------result.jsp(1KB)
--------hello.jsp(879B)
----.myeclipse()
----src()
--------com()
--------.struts.mex(728B)
--------struts.xml(813B)
----.classpath(1KB)
Struts2_04_validate_review
----.project(1KB)
----.settings()
--------org.eclipse.jdt.core.prefs(330B)
--------com.genuitec.eclipse.j2eedt.core.prefs(1KB)
----.mymetadata(352B)
----WebRoot()
--------WEB-INF()
--------index.jsp(2KB)
--------META-INF()
--------result.jsp(1KB)
--------hello.jsp(879B)
--------index2.jsp(2KB)
----.myeclipse()
----src()
--------xwork-conversion.properties(105B)
--------com()
--------.struts.mex(449B)
--------struts.xml(842B)
----.classpath(996B)
Struts2_05Core_include
----.project(1KB)
----.settings()
--------org.eclipse.jdt.core.prefs(330B)
--------com.genuitec.eclipse.j2eedt.core.prefs(1KB)
----.mymetadata(340B)
----WebRoot()
--------WEB-INF()
--------index.jsp(1KB)
--------META-INF()
--------hello.jsp(1KB)
----.myeclipse()
----src()
--------.example.mex(515B)
--------.struts.mex(449B)
--------example.xml(604B)
--------struts.xml(380B)
----.classpath(918B)
Struts2_04Core_action
----WebRoot()
--------WEB-INF()