Book a Demo

Author Topic: Team Working using EA  (Read 2387 times)

neilrenaud

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Team Working using EA
« on: February 01, 2005, 03:04:49 am »
Here at work we have the coporate version of EA and I am trying to set up a way for a whole team to work on a UML document at once.

All people will be working on different diagrams at any one time however I'm worried that if 2 people created a class with the same name that this would cause problems.

What is the best way to do team working in EA?

I have been looking at setting up the DBMS stuff but it seems to imply that a user has to import and export the diagrams and I'd prefer dynamic updating if at all possible.

Any suggestions/comments?

thomaskilian

  • Guest
Re: Team Working using EA
« Reply #1 on: February 01, 2005, 05:25:34 am »
You should have one person to coordinate all work (you have one already, do you?). This person will be responsible to allow/disallow others on working with dedicated packages. There is probably no way to work in "self organizing" groups  :-/

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Team Working using EA
« Reply #2 on: February 01, 2005, 05:53:23 am »
Hi,

working with a DBMS repository doesn't mean that everyone has to expot/imort the diagrams. From users' prospective, working with the repository and with the .EAP file is exactly the same.
You will likely want to structure your model in such a way that each user/team works within a distinct set of packages.
Locking becomes a must, preventing the users from overwriting each other's work.
Therr is no automated way to prevent people from creating duplicate elements, it's all about the organization. Should that happen though, it's not too hard to fix.

Hope this helps!

Bruno

Quote
Here at work we have the coporate version of EA and I am trying to set up a way for a whole team to work on a UML document at once.

All people will be working on different diagrams at any one time however I'm worried that if 2 people created a class with the same name that this would cause problems.

What is the best way to do team working in EA?

I have been looking at setting up the DBMS stuff but it seems to imply that a user has to import and export the diagrams and I'd prefer dynamic updating if at all possible.

Any suggestions/comments?