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.