Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Multi-user editing/merging
Multi-user editing/merging [message #484128] Fri, 04 September 2009 12:09 Go to next message
Eclipse UserFriend
Originally posted by: david.dgreaves.com

Hi

How do you plan on handling multi-user editing/merging ?

I'm already hitting issues in the UML2Tools using package heirarchies.

I know this area has been a major problem for other UML tools.

David
Re: Multi-user editing/merging [message #484164 is a reply to message #484128] Fri, 04 September 2009 13:27 Go to previous message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
The model and UML designs Multi-user editing merging is for my personal
point of view impossible to solve except manually. You need to permanently
check the quality of the saved information on your SVN/CVS.
I mean that in Java you have the compiler which clean all the project
after each commit or change. In the UML metamodel this compiler doesn't
exist therefore the last commit is always what is saved on the SVN/CVS
server.
A work around could be to check that your model is valid before and after
every commit.

I think that the best practice is to have one large model (e.g. the
project metamodel which includes all the models) and a graphical file for
each diagram. Doing that make it less painful to merge all team commits
when used for a large project in which many users are modeling
simultaneously. This is the new architecture I asked to be implemented at
Omondo in 2007.
The reason of this demand was that we have tried to save all model
information as tags in the java code some years ago but the model was lost
as soon as the code was refactored. As you know it is impossible to
complete an advanced project if you don't refactor the code. The problem
was that at this refactoring stage some important pieces of the model was
lost and even worst was that the EMF model was then corrupted. This is
also for me the limit of the use of EMF tags in the java code in order to
save the model.
Re: Multi-user editing/merging [message #627930 is a reply to message #484128] Fri, 04 September 2009 13:27 Go to previous message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
The model and UML designs Multi-user editing merging is for my personal
point of view impossible to solve except manually. You need to permanently
check the quality of the saved information on your SVN/CVS.
I mean that in Java you have the compiler which clean all the project
after each commit or change. In the UML metamodel this compiler doesn't
exist therefore the last commit is always what is saved on the SVN/CVS
server.
A work around could be to check that your model is valid before and after
every commit.

I think that the best practice is to have one large model (e.g. the
project metamodel which includes all the models) and a graphical file for
each diagram. Doing that make it less painful to merge all team commits
when used for a large project in which many users are modeling
simultaneously. This is the new architecture I asked to be implemented at
Omondo in 2007.
The reason of this demand was that we have tried to save all model
information as tags in the java code some years ago but the model was lost
as soon as the code was refactored. As you know it is impossible to
complete an advanced project if you don't refactor the code. The problem
was that at this refactoring stage some important pieces of the model was
lost and even worst was that the EMF model was then corrupted. This is
also for me the limit of the use of EMF tags in the java code in order to
save the model.
Previous Topic:Multi-user editing/merging
Next Topic:How to load MagicDraw .uml file?
Goto Forum:
  


Current Time: Fri Apr 26 04:45:40 GMT 2024

Powered by FUDForum. Page generated in 0.02627 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top