Versions Compared

Key

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

...

...

Remark : The OSGI specification v4R2 has been published recently and contain the Blueprint Service Container specification - RFC 124.

So now, it is time to create the interface that we will use in this project. Open Eclipse environment if not already done and create a new folder "service" in src/main/java/demo tree. Add the interface TransformService.java and copy paste the code below:

...