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

m (remove unnecessary </tr>)
Line 26: Line 26:
 
<tr><td>COLLABORATION_ID</td><td><i>Project Container's ID</i> </td></tr>
 
<tr><td>COLLABORATION_ID</td><td><i>Project Container's ID</i> </td></tr>
 
<tr><td>ACTION_TYPE</td><td>"open"</td></tr>
 
<tr><td>ACTION_TYPE</td><td>"open"</td></tr>
</tr>
 
 
</table>
 
</table>

Revision as of 18:44, 6 March 2007

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'

CONTEXT_TYPE"Project"
CONTEXT_NAMEProject Container's name
COLLABORATION_IDProject Container's ID
ACTION_TYPE"open"

Copyright © Eclipse Foundation, Inc. All Rights Reserved.