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

Getting the Hello Example Remote Service

Revision as of 19:08, 11 July 2009 by Unnamed Poltroon (Talk) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.rs, org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer.rs

For convenience, here 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).

Copyright © Eclipse Foundation, Inc. All Rights Reserved.