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

ECF/Getting Started with Remote Services API

< ECF
Revision as of 20:54, 24 June 2009 by Slewis.eclipsesource.com (Talk | contribs) (New page: ==Introduction== The ECF remote services API is an abstract API for looking up remote services, and using/calling remote services via either normal synchronous remote procedure call (RPC)...)

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

Introduction

The ECF remote services API is an abstract API for looking up remote services, and using/calling remote services via either normal synchronous remote procedure call (RPC) or asynchronous (non-blocking) remote procedure call.

The ECF remote services API is documented via the API documentation here.

Registering a Service=

Here is some example code for accessing a remote service with the ECF remote services API and using the r-OSGI provider

 

Copyright © Eclipse Foundation, Inc. All Rights Reserved.