The Web Application Development tutorial is a simple, prebuilt purchase order application you can modify, test, and deploy. When you complete the tutorial, you will know how to create or modify the following pages that make up the JavaServer Faces (JSF)-based Web application:
Welcome page (entrypage.jsp) – contains images and some styles from a cascading style sheet (CSS). The page contains links to an inventory page, a view pending orders page, and a view pending restock requests page.
Inventory page (invpage.jsp) – contains an inventory DataWindow and an order entry table that you create using the WAREHOUSE_INVENTORY table.
Restock request page (restock.jsp) – contains a read-only DataWindow that lists pending restock requests.
The tutorial also teaches you how to:
Create a JSF-based Web application
Create and use a Web page DataWindow
Create ManagedBeans based on services and bind the ManagedBeans to the Web page
Create navigation rules to connect the Web pages
Deploy and test the Web application in a runtime environment
Debug JSF pages and ManagedBeans