Re: [osgi-dev] remote services distribution provider recommendations?

2014-02-28 Thread Jean-Baptiste Onofré
Hi Mike, FYI, Apache Karaf Cellar provides an DOSGi implementation based on Hazelcast. The default service provider lb is round robin by default (I'm working to implement support of other algorithms). Regards JB On 02/28/2014 10:28 AM, Mike Wilson wrote: We're doing remote calls between

Re: [osgi-dev] remote services distribution provider recommendations?

2014-02-28 Thread Christian Schneider
Hi Mike, I think almost all remoting solutions will require your data to be in a kind a tree form. This can be considered a smell as it may require conversions between your inner domain model which probably has cycles and the data sent over the wires which may not have them. In fact though like

Re: [osgi-dev] remote services distribution provider recommendations?

2014-02-28 Thread Sergey Beryozkin
On 28/02/14 09:54, Holger Hoffstätte wrote: On 28.02.2014 10:28, Mike Wilson wrote: We're doing remote calls between OSGi containers on different servers and I'm looking at Remote Services to do the job. I've noticed that Apache CXF/DOSGi http://cxf.apache.org/distributed-osgi is the reference