文件名称:one
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-01-18
- 文件大小:
- 665kb
- 下载次数:
- 0次
- 提 供 者:
- mon***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的Struts 2的应用程序(源码和实验报告)
利用Struts 2框架创建一个web项目,实现用户登录过程。具体要求是在一个JSP页面中输入用户名和密码,提交给loginAction后,在 ()方法中进行业务处理,当用户名和密码都为admin时转发到success.jsp页面,否则转发到error.jsp页面。-A simple Struts 2 application (source code and test report)
Use Struts 2 fr a mework to create a web project, implement user login process. Specific requirements are to enter a user name and password in a JSP page, submit to loginAction after business processes in the () method, forwarding when a user name and password for the admin to success.jsp page, otherwise forwarded to error.jsp page .
利用Struts 2框架创建一个web项目,实现用户登录过程。具体要求是在一个JSP页面中输入用户名和密码,提交给loginAction后,在 ()方法中进行业务处理,当用户名和密码都为admin时转发到success.jsp页面,否则转发到error.jsp页面。-A simple Struts 2 application (source code and test report)
Use Struts 2 fr a mework to create a web project, implement user login process. Specific requirements are to enter a user name and password in a JSP page, submit to loginAction after business processes in the () method, forwarding when a user name and password for the admin to success.jsp page, otherwise forwarded to error.jsp page .
(系统自动生成,下载前可以参看下载内容)
下载文件列表
报告.docx
one
...\.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
...\.......\.......\web.xml
...\.......\error.jsp
...\.......\index.jsp
...\.......\login.jsp
...\.......\success.jsp
...\src
...\...\com
...\...\...\loginAction.java
...\...\struts-2.0.dtd
...\...\struts.xml