This chapter is from the book
Application Design
The application consists of a controller servlet that receives all the requests and forwards each request to one of the JSP pages. The architecture is shown in Figure 18.2.
Figure 18.2 The application architecture.
Figures 18.3 to 18.8 show the user interface of the Burnaby project.
Figure 18.3 The Default page.
Figure 18.4 The SearchResults page.
Figure 18.5 The BrowseCatalog page.
Figure 18.6 The ProductDetails page.
Figure 18.7 The Shopping Cart page.
Figure 18.8 The Checkout page.