Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Runtime Dependencies/Configuration"

(Other Bundles)
 
(41 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The ECF Remote Services bundles are included in the ECF SDK, which can be downloaded or installed via p2 or Eclipse Marketplace.
+
=== Other Bundles ===
 
+
== OSGi Remote Service Bundles ==
+
 
+
If the ECF SDK is installed into Eclipse, then the ECF Remote Services bundles are installed, but also a number of Eclipse views and perspectives are made available for use within Eclipse. If you only would like to use the bundles of the OSGi Remote Service implementation, take these:
+
 
+
=== ECF Bundles (OSGi Remote Service Implementation) ===
+
  
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
Line 11: Line 5:
 
! Bundle
 
! Bundle
 
! Description
 
! Description
|-
 
| org.eclipse.ecf
 
|
 
|-
 
| org.eclipse.ecf.discovery
 
|
 
|-
 
| org.eclipse.ecf.identity
 
|
 
|-
 
| org.eclipse.ecf.osgi.services.discovery
 
|
 
|-
 
| org.eclipse.ecf.osgi.services.distribution
 
|
 
|-
 
| org.eclipse.ecf.osgi.services.remoteserviceadmin
 
|
 
|-
 
| org.eclipse.ecf.provider
 
|
 
|-
 
| org.eclipse.ecf.remoteservice
 
|
 
|-
 
| org.eclipse.ecf.sharedobject
 
|
 
|}
 
  
=== ECF Distribution Provider Bundles ===
 
 
In a comon use case you should choose only one(!) of these providers.
 
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! Bundle
 
! Description
 
|-
 
| org.eclipse.ecf.provider.remoteservice
 
|
 
|-
 
| org.eclipse.ecf.provider.r_osgi
 
|
 
|}
 
 
=== ECF Discovery Provider Bundles ===
 
 
In a comon use case you should choose only one(!) of these providers.
 
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! Bundle
 
! Description
 
|-
 
| org.eclipse.ecf.provider.jmdns
 
|
 
|-
 
| org.eclipse.ecf.provider.jslp
 
|
 
|-
 
| org.eclipse.ecf.provider.localdiscovery
 
|
 
|-
 
| org.eclipse.ecf.provider.zookeeper
 
|
 
|}
 
 
=== Other Bundles ===
 
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
! Bundle
 
! Description
 
 
|-
 
|-
 
| ch.ethz.iks.r_osgi.remote
 
| ch.ethz.iks.r_osgi.remote
| Is only required when using org.eclipse.ecf.provider.r_osgi
+
| R-OSGi Implementation. Only required when using "org.eclipse.ecf.provider.r_osgi"
 
|-
 
|-
 
| ch.ethz.iks.slp
 
| ch.ethz.iks.slp
| Is only required when using org.eclipse.ecf.provider.jslp
+
| SLP Implementation. Only required when using "org.eclipse.ecf.provider.jslp"
 
|-
 
|-
 
| org.apache.zookeeper
 
| org.apache.zookeeper
| Is only required when using org.eclipse.ecf.provider.zookeeper
+
| [http://hadoop.apache.org/zookeeper/ Apache ZooKeeper] Implementation. Only required when using "org.eclipse.ecf.provider.zookeeper"
 
|-
 
|-
 
| org.objectweb.asm
 
| org.objectweb.asm
|  
+
| Java bytecode manipulation and analysis framework.
 +
|-
 +
| org.xbill.dns
 +
| Available from [http://download.eclipse.org/tools/orbit/downloads/ Orbit]. Only required when using "org.eclipse.ecf.provider.dnssd"
 +
|-
 +
| org.eclipse.ecf.provider.jgroups
 +
| Available from http://localhost:3282/jgroups
 +
"org.eclipse.ecf.provider.jgroups.manager"
 
|}
 
|}

Latest revision as of 15:43, 6 March 2011

Other Bundles

Bundle Description
ch.ethz.iks.r_osgi.remote R-OSGi Implementation. Only required when using "org.eclipse.ecf.provider.r_osgi"
ch.ethz.iks.slp SLP Implementation. Only required when using "org.eclipse.ecf.provider.jslp"
org.apache.zookeeper Apache ZooKeeper Implementation. Only required when using "org.eclipse.ecf.provider.zookeeper"
org.objectweb.asm Java bytecode manipulation and analysis framework.
org.xbill.dns Available from Orbit. Only required when using "org.eclipse.ecf.provider.dnssd"
org.eclipse.ecf.provider.jgroups Available from http://localhost:3282/jgroups

"org.eclipse.ecf.provider.jgroups.manager"

Back to the top