Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Getting the Hello Example Service"

Line 1: Line 1:
Here is a [[Media:Hello.psf|project set file]] for the Hello Example projects.   
+
ECF has moved to using git for it's source code control.  The top-level of the repository is [http://git.eclipse.org/c/ecf/org.eclipse.ecf.git here].
The easiest way to get these projects is to save this project set file to your local disk, and then import into your workspace via File->Import...->Team Project Set-><load project set file from disk>
+
  
You can also load the projects into your local workspace by manually retrieving them from CVS:
+
<br>
 +
The following projects are located in the git repository [http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles here].  This is under the 'examples/bundles' modules in the repo.
  
cvs method/path: ''':pserver:anonymous@dev.eclipse.org:/cvsroot/rt'''<br>
 
modules: '''org.eclipse.ecf/examples/bundles'''<br>
 
projects:<br>
 
 
'''org.eclipse.ecf.examples.remoteservices.hello'''<br>
 
'''org.eclipse.ecf.examples.remoteservices.hello'''<br>
 
'''org.eclipse.ecf.examples.remoteservices.hello.host'''<br>
 
'''org.eclipse.ecf.examples.remoteservices.hello.host'''<br>
Line 15: Line 12:
 
The IHello service interface is in the o.e.e.examples.remoteservices.hello bundle.  The hello.host is the service host, and the hello.consumer is the service consumer/client.  The o.e.e.e.r.hello.ds.host is a version of the host that uses [http://www.eclipse.org/resources/resource.php?id=378 declarative services], and o.e.e.e.r.hello.ds.consumer is a version of the consumer that also uses [http://www.eclipse.org/resources/resource.php?id=378 declarative services].
 
The IHello service interface is in the o.e.e.examples.remoteservices.hello bundle.  The hello.host is the service host, and the hello.consumer is the service consumer/client.  The o.e.e.e.r.hello.ds.host is a version of the host that uses [http://www.eclipse.org/resources/resource.php?id=378 declarative services], and o.e.e.e.r.hello.ds.consumer is a version of the consumer that also uses [http://www.eclipse.org/resources/resource.php?id=378 declarative services].
  
If ECF 3.2 is in the target platform, then these five projects should compile.
+
If ECF is in the target platform, then these five projects should compile.

Revision as of 22:38, 6 March 2011

ECF has moved to using git for it's source code control. The top-level of the repository is here.


The following projects are located in the git repository here. This is under the 'examples/bundles' modules in the repo.

org.eclipse.ecf.examples.remoteservices.hello
org.eclipse.ecf.examples.remoteservices.hello.host
org.eclipse.ecf.examples.remoteservices.hello.consumer
org.eclipse.ecf.examples.remoteservices.hello.ds.host
org.eclipse.ecf.examples.remoteservices.hello.ds.consumer

The IHello service interface is in the o.e.e.examples.remoteservices.hello bundle. The hello.host is the service host, and the hello.consumer is the service consumer/client. The o.e.e.e.r.hello.ds.host is a version of the host that uses declarative services, and o.e.e.e.r.hello.ds.consumer is a version of the consumer that also uses declarative services.

If ECF is in the target platform, then these five projects should compile.

Back to the top