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 Design Project

Eclipse Home Corona Wiki Home Development Design

Corona Exemplary Implementation: Project Collaboration

Description

Corona's exemplary implementation provides collaboration on a Project. It will allow multiple Eclipse Workbench IDE's to participate in a Workgroup. Project collaboration is based upon a Project Container, an extension of Corona's context container framework.

In addition to providing a Project Container, the exemplary implementation will also extend Corona's collaboration event model. A Project Event is defined that extends the Collaboration Event.

Project Events

Project Open

The Project open event is published whenever a Project Container is opened.

'Event Attributes'

</tr>

CONTEXT_TYPEProject
CONTEXT_NAMEProject Container's name
COLLABORATION_IDProject Container's ID
ACTION_TYPEopen

Back to the top