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

Difference between revisions of "Getting the Hello Example Service"

Line 6: Line 6:
 
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''',
 
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''',
 
'''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host''',
 
'''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host''',
'''org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.consumer''',
+
'''org.eclipse.ecf/examples/bundles/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 [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 uses [http://www.eclipse.org/resources/resource.php?id=378 declarative services].

Revision as of 20:27, 26 January 2010

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

You can also load the projects into your local workspace by getting them from the following location in the CVS repository:

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, org.eclipse.ecf/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.ds.host, org.eclipse.ecf/examples/bundles/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 uses declarative services.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.