JSF resources

Use the WorkSpace Navigator to view the SybStore_Web_Sample JSF pages, which are located in SybStore_Web_Sample/webroot.

Page file name

Description

entrypage.jsp

Main entry page for the sample purchase order Web application. The page contain links to other pages—the inventory page, the view pending order page, and the view pending restock requests page.

Inventory.jsp

Another sample page with master and detail DataWindows.

invpage.jsp

Contains master and detail DataWindows. Both the master DataWindow (Orders) and the detail DataWindow (Existing Orders) use the SALESDATA table. This page is associated with managed beans and server-side event handlers.

Orders.jsp

Contains a DataWindow, based on the SALESDATA table, that lists pending orders.

restock.jsp

Contains a DataWindow, based on the RESTOCK_ORDERS table, that lists all restock requests.

sendmail.jsp

Invokes the e-mail service that is deployed to the Unwired Orchestrator server, and sends a confirmation e-mail message to the customer when an order is placed.

NoteIn WorkSpace, table names can be either uppercase or lowercase.