Versions Compared

Key

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

...

Once you have the projects checked out you can go into each sub-directory and build it using Maven; this assumes you have Maven properly installed. To build, simply perform the following in each project directory:

No Format
mvn clean install

Once you have built the projects built, you can run start Felix and then install/start the resulting bundle in from the target/ directory of each project directory.

...

Service-Based Application embedding the Framework

The bundles host bundle from the previous section are implement also implements 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. The shape service implementations are the same for both bundle-based and stand-alone applications in this case. To execute the stand-alone application, issue the following command:

...