• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Association Relationship in Component Diagram

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we provide association relationships in Component Diagram? I have CMR EJBs and I would like to depict their relationship in component diagram.

I use 2 tools:

In Jude there is no way to model association relationship in component diagrams.

But in StarUML it is possible to do so.

I am confused as to whether we can use association relationship.

Somebody please help.
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you sure that such a thing wouldn't be more appropriate in a different diagram?
 
Rishi Krishnan
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Marc, Thanks a lot for your reply.

Yes it is very appropriate to put that in class diagram and I have done that also. But the requirement says the following "Create a component diagram that shows all J2EE components used in the system and their interaction. For example, what EJBs, servlets and/or JSPs might be needed?"

I didn't put those initially. But I don't want to loose marks on a silly mistake.

Please let me know what do you think.
 
reply
    Bookmark Topic Watch Topic
  • New Topic