FUSE Logisticx Demo

This is a showcase sample containing JBI service assemblies and Web applications. It demonstrates deploying a larger application composed of different types of deployables to a cloud that contains a mixture of ServiceMix and Tomcat containers. The demo shows ServiceMix, ActiveMQ, CXF, Camel and Tomcat working together in a real-world Web application

To deploy and the Logisticx sample applications:

  1. Create a "JBI" application and add the artifact order-sa plus all of its dependencies. These artifacts are all JBI service assemblies that you can deploy to ServiceMix.

    Note

    The version of the Logisticx demo that ships with Depot contains JBI assemblies that run on ServiceMix 4 only.

  2. Create a "WebApp" application and add the artifacts logisticx-web-gwt plus all of its dependencies. These are Web application archive (WAR) files that you can deploy to Tomcat.

  3. Start ServiceMix 4 and install the ServiceMix 4 agent (if you haven't already done so).

  4. Start Tomcat and install the Tomcat agent (if you haven't already done so).

  5. Open the Default deployment profile and add both the WebApp and JBI applications to it.

  6. Publish the Default deployoyment profile.

  7. In your Web browser, go to http://localhost:8080/logisticx-web-gwt/.

  8. In the Logisticx FUSE Demo Web application:

    1. Enter a customer number and a purchase order number.

    2. Select a product and a quantity from the drop-down lists.

    3. Click Submit.

    Your order details are returned at the bottom of the screen.