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

OTEquinox/Aspect Binding

Important.png
Change of namespace
In versions upto 1.4.0 (served from www.objectteams.org) the IDs of OT/Equionx extension points start with org.objectteams.
During the project move to Eclipse.org this has been renamed to org.eclipse.objectteams....


Binding aspect bundles to base bundles

The central concept of OT/Equinox is a new relationship between bundles called aspect binding. This relationship is declared in an aspect's plugin.xml as an extension to the extension point org.objectteams.otequinox.aspectBindings.

While normally aspect bindings require no further confirmation they are also subject to the protocol of Aspect Binding Negotiation.

Visualization in the OTDT

The OTDT's package explorer shows aspect bindings in the project's root folder: AspectBindingsInPackageExplorer.png

Back to the top