Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [corona-dev] Project collaboration id

 

So we have two identifiers: Eclipse project (i.e. CVS id) and Corona project (i.e. ProjectContainer id). What identifiers should be used to set those properties during building collaboration events (in CollaborationResourceHandler)? Currently, we use:

project name in new ProjectEvent(project.getName());

and

CVS_id in setCollaborationID.

Can we change it to use CVS_id instead of project name and Corona_project_id for CollaborationID?

 

Pawel

 

 


From: corona-dev-bounces@xxxxxxxxxxx [mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of O'Flynn, Dennis
Sent: Thursday, July 13, 2006 2:58 PM
To: Corona development
Subject: RE: [corona-dev] Project collaboration id

 

Just to clarify, the word “project” is overloaded.  There are two project scopes being discussed.  First, there is the local Eclipse Workbench project.  Second there is the Corona collaboration project.  These are different.

 

I assume we are all familiar with the Eclipse Workbench project.  Each Eclipse Workbench project can be uniquely identified by its CVS “id” (ie: cvsroot).  The name of each Eclipse Workbench can be different within separate machines (or even workspaces).  However, they will all share the same CVS ID.

 

The Corona collaboration project provides the context for collaboration.  This is the exemplary implementation of a collaboration context being provide with Corona.  The basic building block for collaboration is the “ProjectContainer”.  This container can be hierarchical, containing other containers.  In addition, it will contain one (or more) Eclipse Workbench project(s).  All collaboration containers are uniquely defined by their ID (e.g. collaboration ID).

 

An Eclipse Workbench is part of a “Workgroup” when it shares the same ProjectContainer with other Eclipse Workbenches.  The common ProjectContainer is the same for all members of the Workgroup.

 

 

 


From: corona-dev-bounces@xxxxxxxxxxx [mailto:corona-dev-bounces@xxxxxxxxxxx] On Behalf Of Kaczmarek, Pawel
Sent: Thursday, July 13, 2006 8:44 AM
To: Corona development
Subject: [corona-dev] Project collaboration id

 

 

  What is the relationship between CollaborationID and Corona project id? It was said that CollaborationID is used to identify projects independently from the machine they are located. What if we have a group of projects in one workbench that are assigned to the same Corona project?

  How to identify in communication Corona project (independently from Collaboration ID)?

  Currently CVS id is used to set up collaboration id. Is it correct that CVS id should also be used to identify the Eclipse workbench project with a corresponding Eclipse project (not Corona project) on the server?

 

    Pawel

 

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top