How do you migrate a java plugin development project to Spring OSGI bundle and deploy it in Spring DM Server? Thanks.
Type: Posts; User: rgam; Keyword(s):
How do you migrate a java plugin development project to Spring OSGI bundle and deploy it in Spring DM Server? Thanks.
Thanks guy, Please correct me if I'm mistaken. What I did was I created a bundle, then added a lib folder, I put all the jars I needed then had the lib folder added to build path. Then I added all...
Thanks for the replies. But here goes what I want to happen. For example you have two bundles: bundle.app and bundle.lib. bundle.app contains all my java class while bundle.lib has all the jars...
Hi, how do you create a bundle with 2 or many jars inside. thanks.
Can I create a bundle that composes of jars then I will export some packages located per jar?
For example I have a bundle1 with 3 jars with its packages and classes. I want to export package1 of...
Hi Oleg, you are right, it will go against the main principles of OSGI. I'll rephrase my question again for more clarification. I want to migrate my Standard WAR file that is using Axis2 framework...
This thread is related to " Axis2 Integration with the Spring OSGI " http://forum.springsource.org/showthread.php?t=69389
I want to change the title of the thread but I can't.
Thanks.
Thank you for the effort in helping me out.
I have another question regarding the thread. What if I create 2 bundle projects. Bundle A holds all of my applications (src, webapps etc), while...
Thanks for replying. What I want to do is to migrate my application to "shared-lib war" then deploy it on spring dm. My problem is the directory structure of my webapps when I migrate it to...
Hi, is it possible to integrate axis2 and spring dm? I want to migrate my project using axis 2 webservice integrated with spring framework to spring osgi and deploy in spring dm. Thank you very much.