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 "Auto-conf meeting agenda"

(Meeting Agenda)
(Meeting Agenda)
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Meeting Agenda==
 
==Meeting Agenda==
 +
* How to get Discovery into the Eclipse Platform
 +
* How to publicize Discovery. Screencast? Eclipsezone article?
 +
* What for should HOW-TO-HACK document take?  wiki? texinfo?
  
* dynamic discovery and undiscovery of a service
+
===Candidates for a convenience library===
* [[ECF_API_Docs#Discovery_API | ECF discovery API]] for remote (and local?) services
+
 
* Status common-collections
+
<pre>
* soc.eclipse.org as SCM
+
/** Returns the OSGi service named serviceName */
* How to represent service versions
+
Object getService(String serviceName, BundleContext context)

Latest revision as of 09:46, 14 August 2007

Meeting Agenda

  • How to get Discovery into the Eclipse Platform
  • How to publicize Discovery. Screencast? Eclipsezone article?
  • What for should HOW-TO-HACK document take? wiki? texinfo?

Candidates for a convenience library

/** Returns the OSGi service named serviceName */
Object getService(String serviceName, BundleContext context)

Back to the top