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
