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)
 
(43 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}}
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
! Bundle Identifier
+
! Bundle
 
! Description
 
! Description
 +
 
|-
 
|-
| org.eclipse.ecf
+
| ch.ethz.iks.r_osgi.remote
|
+
| R-OSGi Implementation. Only required when using "org.eclipse.ecf.provider.r_osgi"
 
|-
 
|-
| org.eclipse.ecf.discovery
+
| ch.ethz.iks.slp
|
+
| SLP Implementation. Only required when using "org.eclipse.ecf.provider.jslp"
 
|-
 
|-
| org.eclipse.ecf.identity
+
| org.apache.zookeeper
|
+
| [http://hadoop.apache.org/zookeeper/ Apache ZooKeeper] Implementation. Only required when using "org.eclipse.ecf.provider.zookeeper"
 
|-
 
|-
| org.eclipse.ecf.osgi.services.discovery
+
| org.objectweb.asm
|  
+
| Java bytecode manipulation and analysis framework.
 
|-
 
|-
| org.eclipse.ecf.osgi.services.distribution
+
| 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.osgi.services.remoteserviceadmin
+
| org.eclipse.ecf.provider.jgroups
|  
+
| Available from http://localhost:3282/jgroups
|-
+
"org.eclipse.ecf.provider.jgroups.manager"
| org.eclipse.ecf.provider
+
|
+
|-
+
| org.eclipse.ecf.remoteservice
+
|
+
|-
+
| org.eclipse.ecf.sharedobject
+
|
+
 
|}
 
|}
 
=== ECF Distribution Provider Bundles ===
 
 
org.eclipse.ecf.provider.remoteservice
 
org.eclipse.ecf.provider.r_osgi
 
 
=== ECF Discovery Provider Bundles ===
 
 
org.eclipse.ecf.provider.jmdns
 
org.eclipse.ecf.provider.jslp
 
org.eclipse.ecf.provider.localdiscovery
 
org.eclipse.ecf.provider.zookeeper
 
 
=== Other Bundles ===
 
ch.ethz.iks.r_osgi.remote
 
ch.ethz.iks.slp
 
org.apache.zookeeper
 
org.objectweb.asm
 

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