Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It uses the CXF/DOSGi multi bundle distribution since that provides Spring-DM as a dependency. By installing the multi bundle distribution, you have all the prerequisites to run this demo. See [here for instructions on installing the multi bundle distribution.

DOSGi Multi Bundle Setup]

Demo design

From a high level the demo is very similar to the greeter demo. It comprises of 3 bundles:

  • The demo interface bundle providing the Dinner Service interface.
  • The Dinner Service implementation bundle.
  • The Dinner Service consumer bundle.

The Dinner Service interface is as follows:

...