Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ECF Containers

On 08/13/2012 08:33 PM, Jasintha Dasanayaka wrote:
> Hi all
> 
> 
> I am looking for the $subject I found following two what are the other
> available  Containers
> 
>  1 - r_osgi (ecf.r_osgi.peer)
>  
>  2  - generic (ecf.generic.client /ecf.generic.server)

Hi Jasintha,

just search for implementor of
org.eclipse.ecf.remoteservice.IRemoteServiceContainerAdapter (or its
super interfaces) and you will find all remote service containers.
Generally you should keep to code pluggable though, as consumers might
decide to implement their own remote service containers.

HTH
Markus



Back to the top