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"

(New page: The hello example service is defined, along with a simple implementation, in the following projects in CVS cvs: ''':pserver:anonymous@dev.eclipse.org:/cvsroot/rt'''<br> modules: '''org.ec...)
 
Line 2: Line 2:
  
 
cvs: ''':pserver:anonymous@dev.eclipse.org:/cvsroot/rt'''<br>
 
cvs: ''':pserver:anonymous@dev.eclipse.org:/cvsroot/rt'''<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.rs''', '''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.rs'''
+
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'''
  
For convenience, here a [[Media:Hellors.psf|project set file]] for these projects.  Save this project set file to your local disk, and then import into your workspace.
+
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.
  
 
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).
 
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).

Revision as of 19:14, 11 July 2009

The hello example service is defined, along with a simple implementation, in the following projects in CVS

cvs: :pserver:anonymous@dev.eclipse.org:/cvsroot/rt
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

Here is a project set file for these projects. Save this project set file to your local disk, and then import into your workspace.

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).

Back to the top