Results 1 to 2 of 2

Thread: Architecture question: remote RCP-Client / spring dm services

  1. #1
    Join Date
    Feb 2010
    Posts
    1

    Default Architecture question: remote RCP-Client / spring dm services

    Hey all,

    we have an RCP Application with several Services which are located in different OSGI Bundles. Now we want to place these services on a server and call them remotely via Spring Dynamic Modules (using http invoker).

    Actually we dont know how the 3 files applicationContext.xml, remoting-servlet.xml and web.xml have to be handled. Do every bundle need these 3 files, or can there be ONE master bundle, which contains the 3 files and references all the other service bundles.

    The next thing is that we dont have any idea how to deploy that bundle on a Tomcat. Do we have to start a Tomcat first or does the Webextender of Spring dynamic modules do that?

    Maybe a Step-by-Step Tutorial will also be helpful.
    Thanks in advance,

    Greetz
    Mali

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Mali, I would recommend that you first get familiar with OSGi, the boundaries between the bundles, fragments and the like. Then you can better modularize your application and decide whether to put the configuration files.
    There are plenty of docs around, including the OSGi spec, the Spring DM reference documentation which provide answers to your questions.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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