< Previous | Next >

Download and import samples

This section provides links to artifact files needed to complete the tutorial and build the sample application, and also guidance on the three different starting points.

This sample uses the WebSphere® Business Process Management Products in the following order
  1. WebSphere Business Modeler
  2. WebSphere Integration Developer
  3. WebSphere Business Services Fabric
  4. WebSphere Business Monitor
  5. Business Space Powered by WebSphere
There are three paths through the tutorial. The required files and the starting points in the documentation are as follows:
  1. Start in WebSphere Business Modeler
    1. Download the file Download/BIY_StartInModeler.zip. This contains the following artifact files:
      Order.xsd
      The XML schema to be used in WebSphere Business Modeler.
      Order.xfdl
      The Lotus® form used in this tutorial. It is imported in WebSphere Business Modeler.
      ClipsAndTacksEndpoints.zip
      Web service endpoints to be called by WebSphere Business Services Fabric. These are not really Business Process Management artifacts, but rather external artifacts necessary to run the application.
      CancelOrderandSendNotificationImpl.java
      The Java™ file used to generate notifications. It is the implementation for one of the components in the WebSphere Integration Developer.
      CreditRating.java
      The Java file used to check the customer account status. It is the implementation for one of the components in the WebSphere Integration Developer.
      ContextExtractorImpl.java
      A file used by the Dynamic Assembler component in Websphere Integration Developer to extract data from the incoming request and pass it to Websphere Business Services Fabric.
      ClipsAndTacks-Core_ontology.fca
      Custom ontology (vocabulary) required for Websphere Business Services Fabric.
      ClipsTacks_initial_scenario-owl.zip
      WebSphere Business Services Fabric repository project.
      DeclinedOrderEvent.xsd
      An XML schema for the Declined Order event that is monitored in Websphere Business Monitor.
      LateAverageOrderShippedEvent.xsd
      An XML schema for the Order Fulfillment event that is monitored in Websphere Business Monitor.
      ClipsAndTacksF1.mar
      The completed process model in WebSphere Business Modeler.
    2. Extract the files into a convenient local directory.
    3. Proceed to Build it yourself of the documentation.

  2. Start in WebSphere Integration Developer
    1. Download the file Download/BIY_StartInWID.zip. This contains the following artifact files:
      ClipsAndTacksF1.mar
      The completed process model in WebSphere Business Modeler.
      ClipsAndTacksF1.zip
      The modeler model formatted for import into WebSphere Integration Developer.
      ClipsAndTacksEndpoints.zip
      Web service endpoints to be called by WebSphere Business Services Fabric. These are not really Business Process Management artifacts, but rather external artifacts necessary to run the application.
      CancelOrderandSendNotificationImpl.java
      The Java file used to generate notifications. It is the implementation for one of the components in the WebSphere Integration Developer.
      CreditRating.java
      The Java file used to check the customer account status. It is the implementation for one of the components in the WebSphere Integration Developer.
      ContextExtractorImpl.java
      A file used by the Dynamic Assembler component in Websphere Integration Developer to extract data from the incoming request and pass it to Websphere Business Services Fabric.
      ClipsAndTacks-Core_ontology.fca
      Custom ontology (vocabulary) required for Websphere Business Services Fabric.
      ClipsTacks_initial_scenario-owl.zip
      WebSphere Business Services Fabric repository project.
      DeclinedOrderEvent.xsd
      An XML schema for the Declined Order event that is monitored in Websphere Business Monitor.
      LateAverageOrderShippedEvent.xsd
      An XML schema for the Order Fulfillment event that is monitored in Websphere Business Monitor.
      ClipsAndTacksF1_Completed.zip
      The completed process model and monitor projects, to be imported into WebSphere Integration Developer
    2. Extract the files into a convenient local directory.
    3. Proceed to Integration development of the Build It Yourself documentation.

  3. Start with the complete WebSphere Integration Developer process, modeler model, and business space
    1. Download the file RunTheSample.zip. This contains the following artifact files:
      ClipsAndTacksF1_Completed.zip
      The completed process model and monitor projects, to be imported into WebSphere Integration Developer
      ClipsAndTacksF1_Monitor.zip
      The monitor model to be imported into WebSphere Integration Developer for further development
      ClipsAndTacksEndpoints.zip
      Web service endpoints to be called by WebSphere Business Services Fabric. These are not really Business Process Management artifacts, but rather external artifacts necessary to run the application.
      ClipsAndTacks-Core_ontology.fca
      Custom ontology (vocabulary) required for Websphere Business Services Fabric.
      ClipsTacks_initial_scenario-owl.zip
      WebSphere Business Services Fabric repository project.
      clipsandtacks.data
      A pre-built business space for the ClipsAndTacks scenario
    2. Extract the files into a convenient local directory.
    3. Complete the steps in Importing the completed model into WebSphere Integration Developer
    4. Proceed to Running the sample of the documentation.

There are three additional files available for individual download as follows:
ClipsAndTacks.pdf
The documentation for running the sample in a book format that you can print
ClipsAndTacksF1.mar
The completed process model to be imported into WebSphere Business Modeler

Use the instructions in Importing the completed process model into WebSphere Business Modeler to import the model into WebSphere Business Modeler.

ClipsAndTacksF1_Completed.zip
The completed process model and monitor projects, to be imported into WebSphere Integration Developer

Use the instructions in Importing the completed model into WebSphere Integration Developer to import the model into WebSphere Business Modeler.

< Previous | Next >