I am looking into migrating an existing JEE application into OSGi bundles. This application supports stateless session beans, message driven beans, and web services. What is the recommendation for migrating such an application into Spring DM server 2.0.2.RELEASE?


