Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sobkowiak/smx-order-service-demo
Demo showing how to run a Camel based Order Service application on Apache ServiceMix/Karaf and Docker
https://github.com/sobkowiak/smx-order-service-demo
Last synced: 9 days ago
JSON representation
Demo showing how to run a Camel based Order Service application on Apache ServiceMix/Karaf and Docker
- Host: GitHub
- URL: https://github.com/sobkowiak/smx-order-service-demo
- Owner: sobkowiak
- License: apache-2.0
- Created: 2015-11-24T21:53:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T19:09:23.000Z (about 9 years ago)
- Last Synced: 2024-11-07T07:16:29.290Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
# Demo for 33rd Degree 4charity 2015 conference
## Architecture
The Camel routes used in this example are explained by the following diagram:
image:doc/SampleArchitecture.png[width="100%"]
To run this example project build the project and deploy to Apache ServiceMix (or Apache Karaf)
## Getting started
* link:doc/setup.adoc[Setup the demo]
* Build & run:
** link:doc/servicemix.adoc[Building & running the demo on Apache ServiceMix]
** link:doc/karaf.adoc[Building & running the demo on Apache Karaf]
** link:doc/full-distribution.adoc[Building & running the custom distribution]
* link:doc/testing-interfaces.adoc[Test the interfaces]
* link:doc/custom-distributions.adoc[Custom distributions]## Copyright and Licensing
Copyright (C) 2015-2015 Krzysztof Sobkowiak +
Free use of this software is granted under the terms of the link:LICENSE[Apache License].## Authors
The demo was prepared by link:https://github.com/sobkowiak[Krzysztof Sobkowiak].