• 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

application client and web client...

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am confused whether to draw 2 generic sequence diagrams showing the interactions in case of application client and web client. My problem has been that i am unable to decide how detailed i need to be. If i am not detailed then not much difference between them to show.

Any thoughts/ any useful links especially for drawing the swing client interaction?
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am showing only web client for all seq. diagram but yes..even I am confused whether to show seq. diagram for application client or just write in my design approach saying that after Business deligate..it is all same.

Ranchers !!! Please comment
 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what I did is to keep generic is showed a Request Object talking to my BD(s).
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just make it simple, think in abstract.
Put a cliente to call you application .. and there you go .. i think i not necesary to make a sequence diagram for each client. The same application serves both clients.
 
Bobby Sh
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi suekar ,
you said:

what I did is to keep generic is showed a Request Object talking to my BD(s).



Are you not showing FrontController ? (well ,this question is valid only if you are using FrontController )
 
suekar meredilko
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Bobby Sh:
Hi suekar ,
you said:


Are you not showing FrontController ? (well ,this question is valid only if you are using FrontController )



Bobby: I am using a FrontController, which I am depicting in my componenet diagram. But just as Clueton said, as far as Sequence diagram is concerned, I am showing only a Client sending a request directly to the
BD(s). I have stated an explanation. I think it should suffice. After all look at the amt of marks assigned to sequence diagrams. Its just 12.
 
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic