The Movie Store Application

The movie store application as explained in the previous chapter contains a combination of JSP pages which collectively produce the HTML output sent back to the user's browser in the response stream. These JSPs are listed in Table 34-1.

Table 34-1. Movie Store JSP Pages
PageDescription
checkout.jspPerforms the checkout process.
email.jspDisplays the email page, accepts the user input and submits the email for processing.
failure.jspDisplays the failure page.
index.jspThe default index page.
logon.jspProvides user login form.
user.jspProvides a data entry form for user (customer) registration.

The Struts package uses a controller to manage navigational flow. As the user navigates the application, actions are executed based ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software 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.