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.
Function | URL Aliases | JSP Pages | JavaBeans Components |
---|---|---|---|
Home page | /main | main.jsp | CustomerBean |
Log on to or off of the application | /logon /logonError /logoff | logon.jsp logonError.jsp logoff.jsp | |
List accounts | /accountList | accountList.jsp | CustomerBean |
List the history of an account | /accountHist | accountHist.jsp | CustomerBean, 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.