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

Auto-conf meeting agenda

Revision as of 18:40, 24 July 2007 by Onnadi3.mail.gatech.edu (Talk | contribs) (Meeting Agenda)

Meeting Agenda

  • Write tutorial for using fragments

Candidates for a convenience library

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

/** A bundle activator that comes with a static method, getDefault()
that returns the default instance of the activator */
class DefaultAccessibleBundleActivator

Back to the top