文件名称:account
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-03-10
- 文件大小:
- 394kb
- 下载次数:
- 0次
- 提 供 者:
- xiao*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
申请贷款:
业务描述:
用户提交帐号(accountNo)和贷款金额(amount)
给系统,系统按照以下步骤来处理:
step1,检查帐号是否存在,如果不存在,
提示用户;否则进行下一步。
step2,检查余额是否充足:
amount <= balance * 10
如果余额不足,要提示用户,否则进行下一步。
step3,生成一个序号,将该序号保存下来,并
且提示用户申请贷款成功。-Apply for a loan: Business Descr iption: 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.
业务描述:
用户提交帐号(accountNo)和贷款金额(amount)
给系统,系统按照以下步骤来处理:
step1,检查帐号是否存在,如果不存在,
提示用户;否则进行下一步。
step2,检查余额是否充足:
amount <= balance * 10
如果余额不足,要提示用户,否则进行下一步。
step3,生成一个序号,将该序号保存下来,并
且提示用户申请贷款成功。-Apply for a loan: Business Descr iption: 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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