• 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

Sequence diagram to support application client and web client

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a general question related to sequence diagram.

If an usecase can be done from both application client & web client and need to show this in sequence diagram, is it advisable to show them in same sequence diagram or two diagrams?.

Different controllers and request handlers are needed in these two cases.

Thanks
 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rama,
U need to mainly focus on the web customer and generally I havent seen any SCEA go into detail for agent application for the sequence diagrams. Explain how ur framewrok can support both in notes /assumptions
HTH
Dhiren
 
Rama Kundurthi
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK. Thanks Dhiren. I will mention it supporting documentation. Only thing is, there might be different controller is needed (or design controller generic enough to handle both app client and web client)
 
Dhiren Joshi
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rama,
That part u can show in your component diagram.
If u want u cd make another sequence diagram for application( not required. many SCEA have done 4 diagarms only).
Mainly show in compoentn diagram how ur client app will access your framework and u shd be good.
HTH
Dhiren
 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As Dhiren says you can depict sequence diagrams with respect to the web client

or

depcit the sequence diagram from the EJB controller which is going to be common to both the clients and have 2 seperate diagrams to explain the MVC interaction of the web & app client. I took the second approach and secured full marks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic