Hi,
We are going to create a service, export it and import in another bundle. If you did not create a simple bundle yet, follow the post [OSGi] Hello World from OSGi | Create your first OSGi Bundle
We are going to create a service, export it and import in another bundle. If you did not create a simple bundle yet, follow the post [OSGi] Hello World from OSGi | Create your first OSGi Bundle
We are going to create a classic ECHO service. Whatever is given to the service is ECHOed back to us.
After you are done creating a simple bundle HelloFromOSGi. Follow the steps below.