Equinox (OSGi)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by David Gerard (talk | contribs) at 20:29, 18 October 2016 (Removing link(s) to "Knopflerfish": rm redlink (AFDed). (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Equinox
Developer(s)Free and open source software community
Stable release
3.9.1 (KeplerSR2) / February 21, 2014 (2014-02-21)
Written inJava
Operating systemCross-platform
TypeOSGi Service Platform
LicenseEclipse Public License
Websitehttp://www.eclipse.org/equinox/

In computing, Equinox is a sub-project of the Eclipse project that provides a certified implementation of the OSGi R4.x core framework specification.[1] It is a module runtime that allows developers to implement an application as a set of "bundles" using the common services infrastructure.

Equinox began as a project to replace the original Eclipse plug-in runtime in version 3.0 of Eclipse (c. 2004). The open source project was seeded with code donated by IBM's Service Management Framework (SMF) product team[clarify]. It was further developed to meet the needs of the Eclipse community. The adaptations were made into the OSGi specification process, with many being incorporated in the R4 release of the OSGi framework specification. Since then, Equinox has been the reference implementation for the OSGi framework specification.

Equinox tutorial

Bibliography

  • McAffer, Jeff; VanderLei, Paul; Archer, Simon (February 2010). "OSGi and Equinox: Creating Highly Modular Java Systems" (1st ed.). Addison-Wesley Professional: 480. ISBN 0-321-58571-2. {{cite journal}}: Cite journal requires |journal= (help) [dead link]

See also

References

  1. ^ "OSGi Alliance Certified Products". OSGi Alliance Site. Archived from the original on 2008-08-04. Retrieved 2008-10-03.

External links