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 18-2 lists the functions the client supports, the URLs used to access the functions, and the components that implement the functions. Figure 18-6 shows an account history screen.
Figure 18-6. Account History
Function | URL Aliases | JSP Pages | JavaBeans Components |
---|---|---|---|
Home page | /main | main.jsp | |
Log on or off the application |
/logon
/logonError /logoff |
logon.jsp
logonError.jsp logoff.jsp | |
List account | /accountList | accountList.jsp | |
List the history of an account | /accountHist | accountHist.jsp ... |
Get J2EE™ Tutorial, The 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.