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?