Previous Document Next Document

Reviewing the Office Equipment Order Management System

The e2eWorkflow application defines the Office Equipment Order Management system, a WebLogic Integration business process management application that directs the lifecycle of an order for office equipment.

To view the WebLogic Integration business process management application in WebLogic Workshop:

  1. Open the e2eWorkflow application, as follows:
    1. Choose File —> Open —> Application.
    2. Navigate to the samples\platform\end2end\e2eWorkflow folder of the WebLogic Platform installation.
    3. Select e2eWorkflow.work.
    4. The names of application files end in .work.

    5. Click Open to open the application.
  2. If the application files are not currently displayed in WebLogic Workshop, choose View —> Application.

The e2eWorkflow application contents are displayed, as follows.

e2eWorkflow Folder

The following table describes each of the e2eWorkflow application folders.

e2eWorkflow Application Folders 

Folder
Contents

e2eWorkflowProject

Directories and files for WebLogic Integration business process management application, including:

  • WEB-INF—Standard Web application folder containing deployment descriptors and validation files.
  • workflow—Folder containing WebLogic Integration business process management application files. The contents of this folder are described in detail in the sections that follow.
  • Note that a sample test file, input.xml, is provided that enables you to invoke the Order Management business process outside of the portal, directly from a web service. Use of this file is not demonstrated in the WebLogic Platform Tour. If you wish to call this file to invoke the business process from a web service, you must edit the file to specify a unique order ID and valid item ID for the <orderId> and <itemId> fields, repsectively.

Schemas

XML and WebLogic Integration Application Integration (WLAI) schema definitions, and application view information used by the Application View control.

Modules

Application View and Order Tracking EJB JAR files. This folder is standard in all application projects. You can modify the contents based on your application requirements.

Libraries

Run-time related library files. This folder is standard in all application projects. You can modify the default contents based on your application requirements.

Security Roles

Security role information. This folder is standard in all application projects. You can modify the default contents based on your application requirements. For the e2eWorkflow application, this folder is empty.


Previous Document Next Document