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

EclipseRT Day Toronto/Session Abstracts

Revision as of 20:55, 22 September 2009 by Unnamed Poltroon (Talk) (New page: ====Introduction to Equinox and OSGi==== The OSGi specification provides a powerful modularity runtime for the Java platform which promotes strong modularity, versioning and dynamic manag...)

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

Introduction to Equinox and OSGi

The OSGi specification provides a powerful modularity runtime for the Java platform which promotes strong modularity, versioning and dynamic management of applications. The Equinox project was founded to enable the Eclipse community to exploit the benefits of OSGi technology. At its core the Equinox team implements the OSGi Framework specification as well as several other OSGi Service Specifications such as the Event Admin, Preferences, Http, User Admin, Application Admin and others. All other components in Equinox are built upon the core OSGi technology.

In this talk we will explain the the various components in the Equinox project. This includes the additional features available to OSGi developers such as the Eclipse Extension Registry, Server-Side, Provisioning, Security and others. We will demonstrate how Equinox components can be used to build OSGi applications.

Back to the top