• 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

Passed Part II 82%...at last :)

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This report shows the total points that could have been awarded in each section and the actual amount of points you were awarded. This information is provided in order to give you feedback on your relative strengths on a section basis. The maximum number of points you could have received is 100, minimum to pass is 70. Class Diagram (44 maximum) .......................... 35 Component Diagram (44 maximum) ...................... 35 Sequence/Colloboration Diagrams (12 maximum) ........ 12

I had to wait quite a moment, but finally the result is positive

Thanks to everyone here who contributes to my success, by posting in this board.

Tery
 
Ranch Hand
Posts: 218
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Teryy,

Congratulations!!

You did it!! Great!!
Laxmi
 
Ranch Hand
Posts: 333
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi tery,
Congrats ........... at last .

I have been following your previous thread regarding the long wait !!!
 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you draw sequence digram for logging and create profile?
Can you talk about your component diagram in detail?

Congratulations and Thanks
 
tery valencia
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by chao cai:
Did you draw sequence digram for logging and create profile?
Can you talk about your component diagram in detail?

Congratulations and Thanks



I made some extra sequence diagram, e.g. logging and create profile.

I can not talk in details about component diagram but i can say that keeping things simple as it has been described in previous posts here, leads you to a pretty clear component diagram. There s no trick. and i dont think this diagram has to be complicated to get credit.

tery
 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats

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

Congratulations.....




Could you tell me where I can see the detail report? I mean I upload the my assigment solution in Nov 2, but I can not see any event in CertManager. The 310-061(Part II) is only shown in history and it's status is 'Pending', no any other details is shown. I don't kown the status is Ok? How can I see the detail of progress or result?

Thanks
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Terry,
Your Long wait is atlast over!!

Congrats!!



Could you pls answer a few questions

1.In which of the two diagrams(component or sequence) did you show the DTOs.

Cade's component diagram doesn't show any DTOs.

2.How did you do the state management for the Java client. Did you use an SFSB or client side management ?
Could you also refer some sources where I can find examples showing state management using java client or SFSBs.

3.In the Component Diagrams given in Mark Cade only the 'dependency' relationship between
various components is shown.In case we need to show the 'generalization'(inheritance) or
'realization' relationships then how do we show them ?

In case we dont show these relationships in the component diagram, then in which diagram
do we show them ?

Note - In the above I am referring to the components and not the various classes in
the 'class diagram'.

Thanks In Advance
Pankaj
 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Teryy,Congratulations!!



duren
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
cOnGrats!
 
tery valencia
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by seandev zhang:
Hi Tery,

Congratulations.....




Could you tell me where I can see the detail report? I mean I upload the my assigment solution in Nov 2, but I can not see any event in CertManager. The 310-061(Part II) is only shown in history and it's status is 'Pending', no any other details is shown. I don't kown the status is Ok? How can I see the detail of progress or result?

Thanks




u should see it when they update your status .. not before ... u need to be patient

tery
 
tery valencia
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Pankaj Mishra:
Terry,
Your Long wait is atlast over!!

Congrats!!



Could you pls answer a few questions

1.In which of the two diagrams(component or sequence) did you show the DTOs.
---->sequence diagrams
Cade's component diagram doesn't show any DTOs.

2.How did you do the state management for the Java client. Did you use an SFSB or client side management ?
SFSB
Could you also refer some sources where I can find examples showing state management using java client or SFSBs.
hmm Sun tutorials

3.In the Component Diagrams given in Mark Cade only the 'dependency' relationship between
various components is shown.In case we need to show the 'generalization'(inheritance) or
'realization' relationships then how do we show them ?
put this in class diagrams
In case we dont show these relationships in the component diagram, then in which diagram
do we show them ?

Note - In the above I am referring to the components and not the various classes in
the 'class diagram'.

Thanks In Advance
Pankaj

 
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Tery !

I have also a question for you;

Can you tell how you showed the different patterns used ? For example; if you used an abstract factory pattern, did you draw all the classes in the class diagram ? Or did you only comment it in your notes that you used this pattern there...

Thanks.
[ November 15, 2005: Message edited by: Koen Serneels ]
 
tery valencia
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Koen Serneels:
Congrats Tery !

I have also a question for you;

Can you tell how you showed the different patterns used ? For example; if you used an abstract factory pattern, did you draw all the classes in the class diagram ? Or did you only comment it in your notes that you used this pattern there...

Thanks.

[ November 15, 2005: Message edited by: Koen Serneels ]



comments on uml diagrams + comments in final doc

tery
 
Jim Janssens
Ranch Hand
Posts: 210
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by tery valencia:


comments on uml diagrams + comments in final doc

tery



So you did not draw all the classes necesairy for the pattern in question ? Not even on your other diagrams ?
[ November 15, 2005: Message edited by: Koen Serneels ]
 
tery valencia
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Koen Serneels:


So you did not draw all the classes necesairy for the pattern in question ? Not even on your other diagrams ?

[ November 15, 2005: Message edited by: Koen Serneels ]



nope
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic