Converting existing applications to OSGi applications
You can convert an enterprise application or a Spring application to an OSGi application.
Subtopics
- Converting an enterprise application to an OSGi application
You convert an enterprise application to an OSGi application by completing manual tasks that convert the EAR file to an enterprise bundle archive (EBA) file.
- Converting a Spring application to an OSGi application
To convert an application created using the Spring Framework to an OSGi application and move from the Spring Framework to standards-based technologies, modify the application manually. If a Spring application contains only WAR files, we can convert it automatically to run in OSGi Applications, but it still uses the Spring Framework.
Parent topic: Develop OSGi applications