Web Client

In the Duke's Bank application, the Web client is used by customers to access account information and perform operations on accounts. Table 36-2 lists the functions the client supports, the URLs used to access the functions, and the components that implement the functions. Figure 36-6 shows an account history screen.

Table 36-2. Web Client
FunctionURL AliasesJSP PagesJavaBeans Components
Home page/mainmain.jspCustomerBean
Log on to or off of the application
/logon
/logonError
/logoff
logon.jsp
logonError.jsp
logoff.jsp
 
List accounts/accountListaccountList.jspCustomerBean
List the history of an account/accountHistaccountHist.jspCustomerBean, AccountHistoryBean
Transfer funds between accounts
/transferFunds
/transferAck
 transferFunds.jsp ...

Get The J2EE™ Tutorial Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.