Tutorial: Page Flow Sample

The Investigate page flow sample demonstrates a web application that uses a synchronous web service as its primary back-end data resource.

For step-by-step instructions for building the Investigate page flow, see Tutorial: Page Flow.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the FirstWebService/investigateJWS folder of the TutorialsApp WebLogic Workshop application. In the file system the location is:

BEA_HOME\weblogic81\samples\platform\TutorialsApp\FirstPageFlow\investigateJPF

To Run the Sample

  1. Start WebLogic Workshop.
  2. On the Quick Start menu click Experience WebLogic Workshop 8.1
  3. In WebLogic Workshop, select File-->Open-->Application.
  4. In the Open Workshop Application dialog, navigate to BEA_HOME/weblogic81/samples/platform/TutorialsApp/TutorialsApp.work and click Open.
  5. On the Application tab, right-click the TutorialsApp folder and select Build Application.
  6. Start WebLogic Server by selecting Tools-->WebLogic Server-->Start WebLogic Server.
  7. Launch the sample by entering http://localhost:7001/FirstPageFlow/investigateJPF/investigateJPFController.jpf?.EXPLORE=.TEST in the address bar of a web browser. Or you may click here to run the sample.

  8. Enter a taxID and click Submit.
  9. Wait for the credit report to be displayed.

Related Topics

Tutorial: Page Flow