Description: Apply for a loan: Business Description: user-submitted account (accountNo) and the loan amount (amount) to the system, the system according to the following steps to deal with: step1, checking account number exists, if not, the user is prompted otherwise, the next step. step2, check the balance of adequacy: amount < = balance* 10 If the balance is not enough to prompt the user, otherwise the next step. step3, generate a serial number, the number saved, and prompts the user to successfully apply for a loan.
To Search:
File list (Check if you may need any files):
web12_2
.......\.classpath
.......\.myeclipse
.......\.mymetadata
.......\.project
.......\src
.......\...\dao
.......\...\...\AccountDAO.java
.......\...\...\AccountDAOTest.java
.......\...\entity
.......\...\......\Account.java
.......\...\service
.......\...\.......\AccountLimitException.java
.......\...\.......\AccountNotExsitException.java
.......\...\.......\AccountService.java
.......\...\.......\AccountServiceTest.java
.......\...\.......\ApplicationException.java
.......\...\util
.......\...\....\DBUtil.java
.......\...\web
.......\...\...\ActionServlet.java
.......\WebRoot
.......\.......\error_404.jsp
.......\.......\index.jsp
.......\.......\META-INF
.......\.......\........\MANIFEST.MF
.......\.......\WEB-INF
.......\.......\.......\classes
.......\.......\.......\.......\dao
.......\.......\.......\.......\...\AccountDAO.class
.......\.......\.......\.......\...\AccountDAOTest.class
.......\.......\.......\.......\entity
.......\.......\.......\.......\......\Account.class
.......\.......\.......\.......\service
.......\.......\.......\.......\.......\AccountLimitException.class
.......\.......\.......\.......\.......\AccountNotExsitException.class
.......\.......\.......\.......\.......\AccountService.class
.......\.......\.......\.......\.......\AccountServiceTest.class
.......\.......\.......\.......\.......\ApplicationException.class
.......\.......\.......\.......\util
.......\.......\.......\.......\....\DBUtil.class
.......\.......\.......\.......\web
.......\.......\.......\.......\...\ActionServlet.class
.......\.......\.......\jsp
.......\.......\.......\...\apply_form.jsp
.......\.......\.......\...\view.jsp
.......\.......\.......\...\view2.jsp
.......\.......\.......\lib
.......\.......\.......\...\mysqldriver.jar
.......\.......\.......\web.xml