Versions Compared

Key

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

...

This document explains how developers can use iPOJO extensibility mechanism to extends the (primitive) component container. This tutorial shows two small examples: a Log Handler logging messages inside the OSGiâ„¢ OSGi log service and a Property Handler injecting properties values inside fields.
This document is organized as follow. First, iPOJO concepts are briefly explained. The next section explains the first step to create a handler. The two last sections describe the implementation and the usage of two example handlers.

...

In this document, we present how-to develop handler for you your components. We describe two small examples : a log handler and a properties handler. These handlers are plugged on (primitive) instance. However, it is posible to extends Composite Handler too. See the handler proposition section of the iPOJO documentation to see available handlers or to propose your own handler.