• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

SCEA-II Sequence Diagram

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Would it make sense to show FrontController /RequestHandler in sequence diagrams for the Use case.
Already my diagrams are bit cluttered now...
 
Ranch Hand
Posts: 1906
3
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The best thing to ask yourself (whether for this assignment or for any design project that you might work on as an architect) is: Will the person doing the implementation of this design understand what's needed without it? Will adding <fill in component here> add to their understanding or confuse them?

Hope that helps you think it over.
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

I have a TO which is composed of multiple objects. Should I show the TO composition in the sequence diagrams, or should the TO details be put in the class diagram?

I have read many posts where the TO is not included in the class diagram, but wonder if TO composition is too detailed for a sequence diagram.

Thanks in advance.

-Saha
 
Not looking good. I think this might be the end. Wait! Is that a tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic