Description: A simple Struts 2 application (source code and test report)
Use Struts 2 framework 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 .
To Search:
File list (Check if you may need any files):
报告.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