Hi, Please see my comments inline.
Thanks, Raymond From: roshan joseph Sent: Tuesday, September 29, 2009 11:06 AM To: [email protected] Subject: Distributed osgi calculator example Hi, It would be really helpful, if someone could answers my queries. I am trying to test the distributed osgi calculator example from subversion. I have downloaded the head version and run the maven for dosgi-calculator example. It could run the test case successfully. I have the following queries related to this sample... 1. Is the distributed osgi implemented in sca java m2.0 supports any other bindings other than the rmi. I see in the above example the distribution is achieved through RMI. <rfeng>It can support other bindings such as binding.ws. The distributed OSGi with SCA is agnostic to bindings. </rfeng> 2. How is it possible to use binding.JMS for achieving this? Is this a lot of work or is it already achieved in tuscany m2.0 <rfeng>I'm not sure if binding.jms is working with 2.x. Ant may have more information.<rfeng> 3. The dynamicity feature in distributed osgi, is there some test cases already present for configuring and re-configuring the dynamic osgi service. <rfeng> There are two samples to demonstrate the dynamicity. Tuscany uses the OSGi service listener hook to monitor the "import" requests and uses a ServiceTracker to watch services that should be exported. It also uses the SCA domain to match the "import" to "exported" service endpoints that are on a remote machine. sample-dosgi-dynamic-calculator sample-dosgi-dynamic-calculator-operations </rfeng> Thank you and appreciate any help in advance. Regards, Roshan
