How do you migrate a java plugin development project to Spring OSGI bundle and deploy it in Spring DM Server? Thanks.
How do you migrate a java plugin development project to Spring OSGI bundle and deploy it in Spring DM Server? Thanks.
Bundle is a bundle (regardless of how you developed it). Once compiled into a JAR, just drop your PDE bundle into let's say "pickup" directory and see it run.
If you are asking in migrating the project structure to use dmServer tools for Eclipse/STS it is a bit more involved as it requires you to change the nature of the projects. The simplest way for me is to create a new dmServer Bundle project and copy the src directory content into src directory of the new project as well as migrate the MANIFESTs
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
What will be the steps for converting a plugin based web application to OSGi Bundle. (with out Web Bundle concept, as they are going to remove WebBundle concept)