Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: RCP & dynamic Modules

  1. #11
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    67

    Default

    That's true! But if the world would be developer driven - I guess - no one would do web development ;-)

    So, I will further try (some hours only) if I get it working, maybe with pure OSGi (without the Spring DM stuff) ...

    One question, to demonstrate a more meaningful plugin I would like to change the menubar. Would this be the way to do it:

    Code:
    Application.instance().getActiveWindow().getMenuBar().add(createCommand());

  2. #12
    Join Date
    Jun 2008
    Location
    Germany
    Posts
    67

    Default

    So, now you can guess it: I got it working.
    But please don't ask me how ;-) it is not with Spring DM - pure OSGi and maybe a bit ugly. See this little blog post.

Posting Permissions

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