• 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:

question for Sequence diagram (SCEA partII)

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,


I am a UML beginner . Could you please help me solve the following issues on sequence digram.

1. Do all related JSPs need to show on the single sequence diagram?
There are several different JSPs for one use case. Do We need to show all related JSPs or just show one general jsp and note the several JSPs it integrated?

2. Do all request handlers and form beans need to show in the sequence diagram?
I use request handlers and form beans in the web tier. Each action has different request handler and form bean. Do we need to show all of them or just use one general request handler and one general form bean and note ohters integrated?
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I thinks that NO. Do it very very simple (schematic)
Reduce the number of object in sequence diagram and explain how use the other component (with letters or in other sequence diagram)
 
Ranch Hand
Posts: 174
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mikeHao

Originally posted by mikeHao zhang:
Hello All,


I am a UML beginner . Could you please help me solve the following issues on sequence digram.

1. Do all related JSPs need to show on the single sequence diagram?
There are several different JSPs for one use case. Do We need to show all related JSPs or just show one general jsp and note the several JSPs it integrated?
Yes this is advisable although it would become cluttered but the flow has to be clear to reader as well as developer.
When you are designing the application , you can't have general components

2. Do all request handlers and form beans need to show in the sequence diagram?
I use request handlers and form beans in the web tier. Each action has different request handler and form bean. Do we need to show all of them or just use one general request handler and one general form bean and note ohters integrated?



Show only request handlers. No form beans. Controller and all other common and repeated calls like service locator is also not required to be displayed

Vinay
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic