There is a Wikipedia page that lists all known OSGi spec implementations, including the Remote Service implementations. You'll find some more choices there: http://en.wikipedia.org/wiki/OSGi_Specification_Implementations
Cheers, David On 28 February 2014 10:37, Jean-Baptiste Onofré <[email protected]> wrote: > 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 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 >> implementation. >> DOSGi's distribution provider is based on SOAP so it seems this >> implementation will limit the expressiveness in data transferred as >> arguments and return values, such as duplicating objects that are >> referenced more than once and not supporting cycles at all. >> Can you recommend any Remote Service distribution provider >> implementations that offer better support for keeping "referential >> integrity" within the data transferred to the remote server? >> Bonus question: What's a good setup for load balancing Remote Service >> calls between multiple remote servers? >> Thanks >> Mike Wilson >> >> >> _______________________________________________ >> OSGi Developer Mail List >> [email protected] >> https://mail.osgi.org/mailman/listinfo/osgi-dev >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com > _______________________________________________ > OSGi Developer Mail List > [email protected] > https://mail.osgi.org/mailman/listinfo/osgi-dev _______________________________________________ OSGi Developer Mail List [email protected] https://mail.osgi.org/mailman/listinfo/osgi-dev
