Example IBM Integration Bus projects showing integration with IBM App Connect
Here are examples of projects to use in IBM Integration Bus to integrate with IBM App Connect. The integration between a fictional Warehouse application and App Connect is used to show how IIB and App Connect can be setup and configured to work together to allow all the sophisticated integration function of IIB to be used within the simple user experience of App Connect.
The following IIB toolkit projects are provided as part of this repo:
IIBtoAppConnectWebhookLib
- Sample IIB library that contains subflows that can be used to integrate with IBM App Connect.IIBtoAppConnectWebhookLib_unittest
- Unit tests for the sample IIB webhook subflows.IIBtoAppConnectWebhookLibJava
- Sample java project that is used by the subflows in theIIBtoAppConnectWebhookLib
library.IIBtoAppConnectWebhookLibTest
- Simple example HTTP driven flows that show theIIBtoAppConnectWebhookLib
library in use.WarehouseNewStockEventToAppConnect
- IIB Application showing a full example of how to use the other projects to integrate between a fictional Warehouse system and App Connect.
The following topics explain how to use these projects to run the Warehouse sample and then to construct your own integrations:
- What the Warehouse sample does.
- How to setup and run the Warehouse sample.
- How to change the Warehouse sample to use your own end system to integrate with.
Install and configure IBM Integration Bus or use IIB on Cloud.
The IIB projects provided have been authored using IIB 10 and will work with any version of IIB from v10 onwards.
An online account with IBM App Connect. A free version is available.
##License and Authors Copyright 2016 IBM Corp. under the Eclipse Public license.
- Author:: John Reeve [email protected]
- Author:: Mark Frost [email protected]
- Author:: Karen Brent [email protected]