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

OTEquinox/Aspect Binding

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.

Important.png
Change of namespace
In versions upto 1.4.0 (served from www.objectteams.org) the extension point id starts with org.objectteams.
During the project move to Eclipse.org this has been renamed to org.eclipse.objectteams....


Visualization in the OTDT

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

Back to the top