文件名称:two
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-01-18
- 文件大小:
- 5.26mb
- 下载次数:
- 0次
- 提 供 者:
- mon***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
一个Action多方法调用的Struts 2的应用程序(源码和实验报告)
利用Struts 2框架创建一个web项目chap2_e22,实现用户登录过程。具体要求是在loginAction类中分别用login()和registered()处理用户登录和注册的过程,分别创建login.jsp和register.jsp两个页面实现登录和注册的输入,这两个页面提交给loginAction中的两个方法进行业务处理,如果成功发到success.jsp页面,否则转发到error.jsp页面。-A multi-application method invocation Action Struts 2 (the source code and test report)
Use Struts 2 fr a mework to create a web project chap2_e22, implement user login process. Specific requirements are in class respectively loginAction login () and registered () to handle user login and registration process, were created to achieve two pages login.jsp and register.jsp login and registration inputs, these two pages submitted to loginAction the two methods of business process, if successful sent to success.jsp page, otherwise forwarded to error.jsp page.
利用Struts 2框架创建一个web项目chap2_e22,实现用户登录过程。具体要求是在loginAction类中分别用login()和registered()处理用户登录和注册的过程,分别创建login.jsp和register.jsp两个页面实现登录和注册的输入,这两个页面提交给loginAction中的两个方法进行业务处理,如果成功发到success.jsp页面,否则转发到error.jsp页面。-A multi-application method invocation Action Struts 2 (the source code and test report)
Use Struts 2 fr a mework to create a web project chap2_e22, implement user login process. Specific requirements are in class respectively loginAction login () and registered () to handle user login and registration process, were created to achieve two pages login.jsp and register.jsp login and registration inputs, these two pages submitted to loginAction the two methods of business process, if successful sent to success.jsp page, otherwise forwarded to error.jsp page.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
two
...\.classpath
...\.myeclipse
...\.mymetadata
...\.project
...\.settings
...\.........\.jsdtscope
...\.........\org.eclipse.jdt.core.prefs
...\.........\org.eclipse.wst.jsdt.ui.superType.container
...\.........\org.eclipse.wst.jsdt.ui.superType.name
...\WebRoot
...\.......\META-INF
...\.......\........\MANIFEST.MF
...\.......\WEB-INF
...\.......\.......\classes
...\.......\.......\.......\com
...\.......\.......\.......\...\loginAction.class
...\.......\.......\.......\struts-2.0.dtd
...\.......\.......\.......\struts.xml
...\.......\.......\lib
...\.......\.......\...\commons-logging-1.0.4.jar
...\.......\.......\...\freemarker-2.3.8.jar
...\.......\.......\...\ognl-2.6.11.jar
...\.......\.......\...\struts2-core-2.0.14.jar
...\.......\.......\...\struts2-dojo-plugin-2.1.8.1.jar
...\.......\.......\...\xwork-2.0.7.jar
...\.......\.......\web.xml
...\.......\error.jsp
...\.......\index.jsp
...\.......\login.jsp
...\.......\register.jsp
...\.......\success.jsp
...\src
...\...\com
...\...\...\loginAction.java
...\...\struts-2.0.dtd
...\...\struts.xml
...\实验2创建Action调用的struts2.docx