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
- WebSphere Business
Modeler
- WebSphere Integration
Developer
- WebSphere Business
Services Fabric
- WebSphere Business
Monitor
- 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:
- Start in WebSphere Business
Modeler
- 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.
- Extract the files into a convenient local directory.
- Proceed to Build it yourself of the documentation.
- Start in WebSphere Integration
Developer
- 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
- Extract the files into a convenient local directory.
- Proceed to Integration development of the Build It Yourself
documentation.
- Start with the complete WebSphere Integration
Developer process, modeler model, and business space
- 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
- Extract the files into a convenient local directory.
- Complete the steps in Importing the completed model into WebSphere Integration Developer
- Proceed to Running the sample of the documentation.