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 enterprise archive (EAR) file to an enterprise bundle archive (EBA) file.
Converting a Spring application to an OSGi application
To convert an application that is created using the Spring
Framework to an OSGi application and move from the Spring Framework
to standards-based technologies, you must modify the application manually.
If a Spring application contains only web application archive (WAR)
files, you can convert it automatically to run in OSGi Applications,
but it still uses the Spring Framework.