Apache Felix OSGi Tutorial
This tutorial creates successively more complex OSGi bundles to illustrate most of the features and functionality offered by the OSGi framework.
Trails:
-
Apache Felix Tutorial Example 1: A bundle that listens for OSGi service events.
-
Apache Felix Tutorial Example 2: A bundle that implements a dictionary service.
-
Apache Felix Tutorial Example 2b: A bundle that implements another dictionary service.
-
Apache Felix Tutorial Example 3: A bundle that implements a simple dictionary service client.
-
Apache Felix Tutorial Example 4: A bundle that implements a more robust dictionary service client.
-
Apache Felix Tutorial Example 5: A bundle that implements a dictionary service client using the Service Tracker.
-
Apache Felix Tutorial Example 6: A bundle that implements a spell checker service using dictionary services.
-
Apache Felix Tutorial Example 7: A bundle that implements a spell checker service client.
-
Apache Felix Tutorial Example 8: A bundle that implements a spell checker service using Service Binder.
-
Apache Felix Tutorial Example 9: A bundle that implements a spell checker service using Declarative Services.