Versions Compared

Key

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

...

The bundles from the previous section are implement the embedded, service-based approach. The host bundle also provides a static main() method which creates an embedded instance of Felix and loads the shape service bundles. To execute the stand-alone application, issue the following command:

No Format

java -jar target/servicebased.host-1.0.0.jar

...


To successfully execute the stand-alone version of the application, you must be in the "servicebased.host" project directory when issuing the above command.

...