Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ECF Remote Services and DS

Hi Eugen,

Eugen Reiswich wrote:
Hi folks,

after reading the "Getting started with ECF remote services API" I wonder how can I use ECF remote services with the new Eclipse declarative services?

ECF also includes support for RFC119 (Distributed OSGi from Enterprise Experts group)...which adds on automatic proxy creation and local proxy service registration (with a standard set of service properties). With this, DS then works transparently.
You might also wish to consult these pages:

http://wiki.eclipse.org/Distributed_OSGi_Services_with_ECF
http://wiki.eclipse.org/Getting_Started_with_ECF%27s_RFC119_Implementation

In Riena (as an example) I can use some remote properties in DS to mark a service as remote service. How do I do this with ECF?

You might also be interested in this Riena enhancement request...with the expected result that Riena would also support RFC119 (by reusing same RFC119 impl as above):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=274839

Scott




Back to the top