• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Seq Diag: Customer vs. Travel Agent

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,
For part 2 sequence diagrams. Do we need to submit 2 seq diagrams per usecase? For one actor being Web Customer and hitting servlet of application and for other actor being Swing Client(ravel Agent) hitting EJB layer directly bypassing servlet.

How did you guys reconcile on one diagram, if you did?

thanks
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You don't have to. One for one is good enough. Remember your business model must support web clients and rich clients at same time.
 
Jeff Belisle
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by chris hacker:
You don't have to. One for one is good enough. Remember your business model must support web clients and rich clients at same time.



So how will it be judged whether it supports or not? From Component diagram?
 
Ranch Hand
Posts: 85
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
the grading for assignment is judged by how your design supports both web client and app client well. so you should demonstrate the supporting for both the two clients in your diagram.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use Abstract classes in your Sequence diagram and then be specific in your component diagram, and show them both but with an OR.
[ December 08, 2006: Message edited by: Ara Tatous ]
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic