文件名称:onlineStockNew
介绍说明--下载内容均来自于网络,请自行研究使用
JSP,跳转到不同的JSP界面,同时使用标签检查该用户是否已登录,已登录显示余额界面,未登录的显示登录界面-JSP, jump to a different JSP interface, use the label to check whether the user is logged on, logged shows the balance interface unregistered display login screen
(系统自动生成,下载前可以参看下载内容)
下载文件列表
onlineStockNew
..............\onlineStock
..............\...........\.classpath
..............\...........\.project
..............\...........\.settings
..............\...........\.........\.jsdtscope
..............\...........\.........\org.eclipse.core.resources.prefs
..............\...........\.........\org.eclipse.jdt.core.prefs
..............\...........\.........\org.eclipse.wst.jsdt.ui.superType.container
..............\...........\.........\org.eclipse.wst.jsdt.ui.superType.name
..............\...........\WebContent
..............\...........\..........\META-INF
..............\...........\..........\........\MANIFEST.MF
..............\...........\..........\........\context.xml
..............\...........\..........\WEB-INF
..............\...........\..........\.......\lib
..............\...........\..........\.......\tags
..............\...........\..........\.......\....\stockPrice.tag
..............\...........\..........\.......\tlds
..............\...........\..........\.......\....\checkSession.tld
..............\...........\..........\error
..............\...........\..........\.....\error.jsp
..............\...........\..........\image
..............\...........\..........\.....\top.jpg
..............\...........\..........\showBalance
..............\...........\..........\...........\HighBalance.jsp
..............\...........\..........\...........\NegativeBalance.jsp
..............\...........\..........\...........\NormalBalance.jsp
..............\...........\..........\...........\UnknownCustomer.jsp
..............\...........\..........\user
..............\...........\..........\....\login.jsp
..............\...........\bank.txt
..............\...........\build
..............\...........\.....\classes
..............\...........\.....\.......\edu
..............\...........\.....\.......\...\nju
..............\...........\.....\.......\...\...\bank
..............\...........\.....\.......\...\...\....\action
..............\...........\.....\.......\...\...\....\......\business
..............\...........\.....\.......\...\...\....\......\........\BankCustomerBean.class
..............\...........\.....\.......\...\...\....\dao
..............\...........\.....\.......\...\...\....\...\DaoHelper.class
..............\...........\.....\.......\...\...\....\...\UserDao.class
..............\...........\.....\.......\...\...\....\...\impl
..............\...........\.....\.......\...\...\....\...\....\DaoHelperImpl.class
..............\...........\.....\.......\...\...\....\...\....\UserDaoImpl.class
..............\...........\.....\.......\...\...\....\exceptions
..............\...........\.....\.......\...\...\....\..........\PasswordNotMatchException.class
..............\...........\.....\.......\...\...\....\..........\UsernameExistException.class
..............\...........\.....\.......\...\...\....\factory
..............\...........\.....\.......\...\...\....\.......\DaoFactory.class
..............\...........\.....\.......\...\...\....\.......\ServiceFactory.class
..............\...........\.....\.......\...\...\....\model
..............\...........\.....\.......\...\...\....\.....\Stock.class
..............\...........\.....\.......\...\...\....\.....\User.class
..............\...........\.....\.......\...\...\....\service
..............\...........\.....\.......\...\...\....\.......\UserService.class
..............\...........\.....\.......\...\...\....\.......\UserServiceInterface.class
..............\...........\.....\.......\...\...\....\servlets
..............\...........\.....\.......\...\...\....\........\ShowBalance.class
..............\...........\.....\.......\...\...\....\tags
..............\...........\.....\.......\...\...\....\....\CheckSessionHandle.class
..............\...........\src
..............\...........\...\edu
..............\...........\...\...\nju
..............\...........\...\...\...\bank
..............\...........\...\...\...\....\action
..............\...........\...\...\...\....\......\business
..............\...........\...\...\...\....\......\........\BankCustomerBean.