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

EATOP/architecture

< EATOP
Revision as of 06:47, 9 April 2014 by Yue.ma.itemis.com (Talk | contribs) (Architecture)

Architecture

The following picture depicts the EATOP architecture. It depends on Eclipse Sphinx components.

EATOP-architecture.png


Root features

Root features are the primary deliverables of Sphinx and can be used to consume all or predefined subsets of Sphinx components or examples at once. They can be individually retrieved from the Sphinx Update Site or obtained as individual archives from the Sphinx Downloads. The following root features are provided:

Feature Description Included features
org.eclipse.sphinx Runtime (i.e., binaries without source code and documentation) All component features as per #Component features except Nebula Extensions
org.eclipse.sphinx.sdk SDK including runtime, source code and documentation (but no examples) All component features as per #Component features except Nebula Extensions
org.eclipse.sphinx.nebula Nebula Extensions Runtime (i.e., binaries without source code and documentation) Nebula-related component features as per #Component features
org.eclipse.sphinx.nebula.sdk Nebula Extensions SDK including runtime, source code and documentation (but no examples) Nebula-related component features as per #Component features
org.eclipse.sphinx.examples Examples (with source code) All example features as per #Example features
org.eclipse.sphinx.testutils Test utilities for JUnit-based integration tests running against a predefined reference workspace (with source code)
org.eclipse.sphinx.thirdparty Required third-party components (selected Orbit plug-ins)

Back to the top