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

Difference between revisions of "Corona HowTo Management Annotations"

(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...)
 
m (obsolete)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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.
 

Latest revision as of 10:54, 27 February 2008

Back to the top