| Author |
Pre-conditions and Post-conditions in separate Diagrams ?
|
Francesco Marchioni
author
Ranch Hand
Joined: Sep 22, 2003
Posts: 175
|
|
Hi all, I'd like to hear your opinion about pre & post conditions. Which one is a valid choice ? 1. Include them in the main Sequence diagrams (where they're a pre/post condition) 2. Create a separate diagram for them 3. add simply a note to the main Sequence Diagrams I hope to hear your advice Thanks Francesco
|
JBoss AS 5 Development
JBoss Tutorials
|
 |
Newman Huang
Ranch Hand
Joined: Mar 31, 2003
Posts: 85
|
|
hi, Francesco, your question maybe relate with how you draw your sequence diagram. is it a big one or different diagram for each use case? if you choose the former, the pre/post condition is not a problem for your operation procedures are all in one diagram. if you draw them in different small diagrams, the pre/post condition means it is drawed in other diagram. you need to link them togethor to express the relationship.
|
SCJP,SCJD,SCEA
|
 |
Dan Drillich
Ranch Hand
Joined: Jul 09, 2001
Posts: 1121
|
|
Hi Francesco, I suggest to keep the sequence diagrams simple. After all, they constitute only 12 points in the exam. Therefore, I would go with your third choice. Regards, Dan
|
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
|
 |
Francesco Marchioni
author
Ranch Hand
Joined: Sep 22, 2003
Posts: 175
|
|
|
Thanks for your reply. Yes I agree, it's preferable to keep SD simple....anyway I wonder what would be of my login procedure ? for example if I choose JAAS instead of Form-based-login, should I illustrate my login procedure with a separate sequence diagram ?
|
 |
 |
|
|
subject: Pre-conditions and Post-conditions in separate Diagrams ?
|
|
|