• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

component diagram -- multiple stereotypes per component??

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
MagicDraw allows for multiple stereotypes attached to a component. For instance, ItineraryManager <<Stateful Session Bean>> <<Session Facade>>. Does this sound ok?

Would be curious to find out how others convey same info in the component diagram?

Also, does anyone follow Cade's approach to create a component diagram per use case? It would come handy, as MagicDraw eval version prevents me from using more than 20 components per diagram...

regards,
Andrew
[ December 20, 2006: Message edited by: Andrew Zilahi ]
 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is my understanding that typically only one stereo type is used in UML.

It doesnot matter how many component diagrams you make. I made just one diagram and got full marks.
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Andrew,

The assignment speaks clearly about one component diagram and you know, it makes perfect sense, as in one diagram all the components and their relationships are displayed.

I think we heard in this forum about people who submitted multiple component diagrams. Try to search a bit....

I use Jude that doesn't impose a limit on the number of components.

About multiple stereotypes - The fact that MagicDraw and Jude and probably other tools allow multiple stereotypes show that it can bring value. Anything that can bring order in a standardized way is a good thing in our IT world .
Just be consistent with the use of stereotypes.

Regards,
Dan
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic