Results 1 to 3 of 3

Thread: Java Plug-in proejct to Spring OSGi bundle???? Need help

  1. #1
    Join Date
    Mar 2009
    Location
    Quezon City, Philippines
    Posts
    10

    Default Java Plug-in proejct to Spring OSGi bundle???? Need help

    How do you migrate a java plugin development project to Spring OSGI bundle and deploy it in Spring DM Server? Thanks.

  2. #2
    Join Date
    Jan 2008
    Location
    Mohnton, PA USA (that's near Philadelphia)
    Posts
    2,148

    Default

    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

  3. #3
    Join Date
    May 2009
    Location
    Hyderabad, India
    Posts
    106

    Default

    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •