background image

Account History Screen

<< Class Methods | Design Strategies >>
<< Class Methods | Design Strategies >>

Account History Screen

TABLE 37­2
Web Client
Function
JSP Pages
JavaBeans Components
Home page
main.jsp
CustomerBean
Log on to or off of the
application
logon.jsp
logonError.jsp
logoff.jsp
CustomerBean
List accounts
accountList.jsp
CustomerBean
, AccountHistoryBean
List the history of an
account
accountHist.jsp
CustomerBean
, AccountHistoryBean
Transfer funds between
accounts
transferFunds.jsp
transferAck.jsp
CustomerBean
, TransferBean
Withdraw and deposit
funds
atm.jsp
atmAck.jsp
CustomerBean
, ATMBean
Error handling
error.jsp
none
Figure 37­4
shows an account history screen.
Web Client
Chapter 37 · The Duke's Bank Application
1067