Re: Question about the tutorial "Using Distributed Services with iPOJO"

2016-02-22 Thread Bassem Debbabi
Hello, Just to informe you, we have developed a platform (http://cohorte.github.io ) that help you create distributed iPOJO components with zero-configuration. We have a discovery and transport layer which encapsulates the knowledge of the remote nodes and the genera

RE: Question about the tutorial "Using Distributed Services with iPOJO"

2016-02-22 Thread Paulo Renato de Athaydes
Hi Gabriel, I'm very glad my example helped you! To make the example work in different machines, you need to change the machine's address in the metadata.xml file (under src/main/resources: https://github.com/renatoathaydes/osgi-run/blob/master/osgi-run-test/ipojo-dosgi/code-runner-server/src/mai

Re: Question about the tutorial "Using Distributed Services with iPOJO"

2016-02-22 Thread Gabriel Ferreira
thank you so much for your answer and for your example! it really worked, as you said! I couldn't understand what was wrong with the example from Apache, but your example allowed me to study and understand how an application, using iPojo, can work in a server-client structure. It was really helpfu