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

Getting the Hello Example Service

Revision as of 19:13, 11 July 2009 by Slewis.eclipsesource.com (Talk | contribs) (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).

Back to the top