Versions Compared

Key

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

...

Apache Felix provides a foundation for creating modular and dynamically extensible applications. This page presents an example application to demonstrate the various approaches to consider when creating a OSGi/Felix-based application.
It is recommended that you have a look at the more basic examples such as Apache Felix Framework Usage Documentation before you start with this one.

In order to follow this example you need three things:

  1. a Subversion client to check out the source code
  2. the IDE of your choice to view the source code
  3. Maven to build the source code

The source code of the examples is available in the Felix SVN repository at http://svn.apache.org/repos/asf/felix/trunk/examples. If you feel more familiar with git, you can use the git mirror at: git://git.apache.org/felix.git or browse the source code at github: https://github.com/apache/felix

Potential Approaches

When creating an OSGi-based application there are two main orthogonal issues to consider:

...