April 2003
Intermediate to advanced
750 pages
16h 53m
English
The first client application is a simple thin client Web application with HTML pages, servlets, and JSPs (Figure 17-1):

Banking— The banking path consists of an HTML page and a servlet. From the Banking.html page, we invoke the BankingServlet servlet that executes the methods of the Banking session bean.
Reports— The reporting path consists of an HTML page, two servlets, and three JSPs. From the Reports.html page, we invoke the ReportServlet servlet, which calls either the ReportAccounts or ReportCustomers JSP for output. The ReportCustomers JSP invokes the ReportDetailServlet ...
Read now
Unlock full access