• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Sequence Diagrams by Mark Cade

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paragraph sequence diagrams in the case study, chapter 8 (Sun Certified Enterprise Architect for J2EE Technology) by Mark Cade.

Quotation:

Sequence diagrams at the architectural level structure the components and dicate a flow of events through the components. These diagrams are not using classes or objects, but components to provide the developer with some guidelines for developing a detailed design of the system.



The sequence diagrams show ValueObjects that are not shown (and do not have to be shown?) in the class or component diagram. This seems to contractict the quotation above.
Is it ok to show objects (in this case ValueObjects) in the sequence diagram. Will I loose points if I do or will I loose points if I do not?

Did anybody get a good grade with very similar sequence diagrams?
 
Ranch Hand
Posts: 156
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Lukas Moser:
Paragraph sequence diagrams in the case study, chapter 8 (Sun Certified Enterprise Architect for J2EE Technology) by Mark Cade.

Quotation:


The sequence diagrams show ValueObjects that are not shown (and do not have to be shown?) in the class or component diagram. This seems to contractict the quotation above.
Is it ok to show objects (in this case ValueObjects) in the sequence diagram. Will I loose points if I do or will I loose points if I do not?

Did anybody get a good grade with very similar sequence diagrams?




Lukas,

Try to forget what some book says or what some article has been sad, and concentrates in create the logical architecture based on your experience. As an candidate architect, you should be aware about how to create an architecture.

There is no right answer to your question, use your instincts. Mark Cade diagrams does not make any sense at the real world.

Regards,
 
Eat that pie! EAT IT! Now read this tiny ad. READ IT!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic