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"

 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
The hello example service is defined, along with a simple implementation, in the following projects in CVS
+
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].
  
cvs: ''':pserver:anonymous@dev.eclipse.org:/cvsroot/rt'''<br>
+
<br>
modules: '''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello''', '''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host''', '''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer'''
+
The following projects are located in the [http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles ecf git repository]. These hello example projects are underneath [http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles root/examples/bundles].
  
Here is a [[Media:Hello.psf|project set file]] for these projects. Save this project set file to your local disk, and then import into your workspace.
+
'''org.eclipse.ecf.examples.remoteservices.hello'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.host'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.consumer'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.ds.host'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.ds.consumer'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.host.rs'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.consumer.rs'''<br>
 +
'''org.eclipse.ecf.examples.remoteservices.hello.consumer.edef'''<br>
  
The IHello service interface above is contained in the o.e.e.e.remoteservices.hello bundle, along with a trivial implementation (in org.eclipse.ecf.examples.remoteservices.hello.impl.Hello).
+
For the org.eclipse.ecf.examples.remoteservices.hello.consumer.edef bundle see also the documentation about this new file-based discovery format in [[File-based_Discovery_with_the_Endpoint_Description_Extender_Format | Discovery with the Endpoint Description Extender Format]].

Latest revision as of 17:54, 8 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 ecf git repository. These hello example projects are underneath root/examples/bundles.

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
org.eclipse.ecf.examples.remoteservices.hello.host.rs
org.eclipse.ecf.examples.remoteservices.hello.consumer.rs
org.eclipse.ecf.examples.remoteservices.hello.consumer.edef

For the org.eclipse.ecf.examples.remoteservices.hello.consumer.edef bundle see also the documentation about this new file-based discovery format in Discovery with the Endpoint Description Extender Format.

Back to the top