Summary
You created an OSGi application that consists of an OSGi web bundle. The OSGi web bundle contains a servlet that accesses a service that is provided in another bundle project.
Lessons learned
In this tutorial, you learned how to complete the following tasks:- Create an OSGi bundle and an OSGi application.
- Create and configure an OSGi blueprint configuration file.
- Configure component dependencies.
- Add dependency injection within a bundle.
- Add dependency injection between bundles.
- Deploy an OSGi application to a server.