Versions Compared

Key

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

...

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:

...

Well, we have finished the first part of the tutorial. Even if the example is simple, we have introduced very important concepts and show you how to design a small SOA solution, package it and deploy it under two different OSGI servers. I'm really sure that in a near future a maven plugin will be created to facilitate this task and will automate the deployment within your favorite OSGI servers.

...