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

Corona HowTo Management Annotations

Revision as of 14:55, 27 April 2007 by Joel.hawkins.compuware.com (Talk | contribs) (New page: Corona's management annotations are designed to allow adopters to WSDM-enable their components using the familiar Java annotation mechanism. The management annotations can be found in the...)

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

Corona's management annotations are designed to allow adopters to WSDM-enable their components using the familiar Java annotation mechanism.

The management annotations can be found in the package org.eclipse.corona.management.annotations, which is part of the bundle org.eclipse.corona.managment.common. The management runtime binds annotated object instances to a WSDM runtime (provide by Apache muse). This binding is implemented using an IoC-style approach, and for cases where the injected management behavior is desired during local interactions, all references to manageable behavior should be performed using the management proxy instance returned by the runtime.

Back to the top