Originally posted by Ion Ion:
Few questions:
1. How you deal with inheritance relationship in component diagrams ??
2. Did you show the bussines objects (from class diagram )in the sequence diagram ?
3. How address security in sequence diagram ?
10x!
Originally posted by fred wang:
1.I didn't use inheritance relationship because I used cmp as the persistence method.
2.yes.i used mvc(form,controller,model).The model is the bussines object.The message is the method of the bussines object.
3.I didn't address security.
Qand
Originally posted by Qand Davaatsedev:
Congratulations Fred,
Where did you go to check the results on the web site? Will it appear in "Test History" or "Cert Progress"?
Although I took part 3 only 2 days ago I check my results every 5 minutes so it's better to know the exact location.
Originally posted by Ion Ion:
1. You don't have any inheritance relationship in the class diagram?
2. You have any Value Objects in Sequence diagram? If yes in sequence diagram you show the return with value object?
If lets say you have an Order business object you draw a message getDetails which return an OrderVo?
And in the JSP you make an [for each] to retrieve LineItemVo from OrderVo??
SCJD2,SCBCD,SCJWD,SCJP2