Description: This is a simple Struts Framework. Through using Struts Framework, the function of Login to the MIS is realized.
File list (Check if you may need any files):
strutsTest
..........\.classpath
..........\.mymetadata
..........\.mystrutsdata
..........\.project
..........\src
..........\...\com
..........\...\...\yourcompany
..........\...\...\...........\struts
..........\...\...\...........\......\action
..........\...\...\...........\......\......\LoginAction.java
..........\...\...\...........\......\ApplicationResources.properties
..........\...\...\...........\......\form
..........\...\...\...........\......\....\LoginForm.java
..........\...\Entity
..........\...\......\AccountBean.java
..........\...\myTools
..........\...\.......\DataBase.java
..........\WebRoot
..........\.......\form
..........\.......\....\failure.jsp
..........\.......\....\login.jsp
..........\.......\....\success.jsp
..........\.......\META-INF
..........\.......\........\MANIFEST.MF
..........\.......\WEB-INF
..........\.......\.......\.struts-config.mex
..........\.......\.......\classes
..........\.......\.......\.......\com
..........\.......\.......\.......\...\yourcompany
..........\.......\.......\.......\...\...........\struts
..........\.......\.......\.......\...\...........\......\action
..........\.......\.......\.......\...\...........\......\......\LoginAction.class
..........\.......\.......\.......\...\...........\......\ApplicationResources.properties
..........\.......\.......\.......\...\...........\......\form
..........\.......\.......\.......\...\...........\......\....\LoginForm.class
..........\.......\.......\.......\Entity
..........\.......\.......\.......\......\AccountBean.class
..........\.......\.......\.......\myTools
..........\.......\.......\.......\.......\DataBase.class
..........\.......\.......\lib
..........\.......\.......\...\commons-beanutils.jar
..........\.......\.......\...\commons-collections.jar
..........\.......\.......\...\commons-digester.jar
..........\.......\.......\...\commons-fileupload.jar
..........\.......\.......\...\commons-lang.jar
..........\.......\.......\...\commons-logging.jar
..........\.......\.......\...\commons-validator.jar
..........\.......\.......\...\jakarta-oro.jar
..........\.......\.......\...\struts-legacy.jar
..........\.......\.......\...\struts.jar
..........\.......\.......\struts-bean.tld
..........\.......\.......\struts-config.xml
..........\.......\.......\struts-html.tld
..........\.......\.......\struts-logic.tld
..........\.......\.......\struts-nested.tld
..........\.......\.......\struts-template.tld
..........\.......\.......\struts-tiles.tld
..........\.......\.......\validator-rules.xml
..........\.......\.......\web.xml