Re: General question about DOSGi

2017-10-25 Thread Christian Schneider
Yes .. this is correct. Actually exporting and importing or services is completely decoupled in Remote Service Admin. When you offer a suitable OSGi service it will be exported as a REST service. The properties of the service are then also sent to the Discovery implementation. If you just want to

Re: General question about DOSGi

2017-10-24 Thread francois papon
It's clear for me too now, I can choose the right solution :) Thanks ! Le 24/10/2017 à 18:47, Jean-Baptiste Onofré a écrit : > You are welcome ;) > > Happy to help. Let me know if you need any more details. > > Regards > JB > > On 10/24/2017 04:17 PM, Massimo Bono wrote: >> Ok, now my doubt has

Re: General question about DOSGi

2017-10-24 Thread Jean-Baptiste Onofré
You are welcome ;) Happy to help. Let me know if you need any more details. Regards JB On 10/24/2017 04:17 PM, Massimo Bono wrote: Ok, now my doubt has been cleared out. Thank you! 2017-10-24 12:09 GMT+02:00 Jean-Baptiste Onofré >:

Re: General question about DOSGi

2017-10-24 Thread Massimo Bono
Ok, now my doubt has been cleared out. Thank you! 2017-10-24 12:09 GMT+02:00 Jean-Baptiste Onofré : > Correct. > > Regards > JB > > On 10/24/2017 11:19 AM, Massimo Bono wrote: > >> In that case the user wouldn't interact with the browser, but with a >> client embedded inside

Re: General question about DOSGi

2017-10-24 Thread Jean-Baptiste Onofré
Correct. Regards JB On 10/24/2017 11:19 AM, Massimo Bono wrote: In that case the user wouldn't interact with the browser, but with a client embedded inside the OSGi application itself, correct? 2017-10-24 9:44 GMT+02:00 Jean-Baptiste Onofré >:

Re: General question about DOSGi

2017-10-24 Thread Massimo Bono
In that case the user wouldn't interact with the browser, but with a client embedded inside the OSGi application itself, correct? 2017-10-24 9:44 GMT+02:00 Jean-Baptiste Onofré : > Or a remote instance can "ship" a client interacting with a remote REST > service exposed from

Re: General question about DOSGi

2017-10-24 Thread Jean-Baptiste Onofré
Or a remote instance can "ship" a client interacting with a remote REST service exposed from an OSGi service. Regards JB On 10/24/2017 09:24 AM, Massimo Bono wrote: So, it's like saying: We know DOSGI implements RPC with REST-ful services, so we exploit that in order to create some rest

Re: General question about DOSGi

2017-10-24 Thread Massimo Bono
So, it's like saying: We know DOSGI implements RPC with REST-ful services, so we exploit that in order to create some rest webservices. Then, instead of query them from another OSGi container, we directly query them from the browser. Is my understanding correct? 2017-10-24 6:29 GMT+02:00

Re: General question about DOSGi

2017-10-23 Thread Jean-Baptiste Onofré
Hi, CXF DOSGi implementation is based on CXF and exposes OSGi services as REST service. That's an approach for DOSGi, but it's not the only one. In Cellar, you have another DOSGi implementation based on NIO/Hazelcast. Another one is Eclipse RemoteService. Each has pros/cons. Anyway, the

Re: General question about DOSGi

2017-10-23 Thread francois papon
Hi, I'm confuse too, I see the many solutions : DOSGi, CXF servlet with HttpService, CXF via blueprint, CXF via spring, Camel component (Rest, CXF...) Actually I'm trying all this solutions, I don't want to use Blueprint or Spring, I prefere using Declarative Service and in this case I see