• 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 SCEA Part II/III

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What a day I just came back from my dream vacation and found that the result was posted. Not exactly a great score at 84, but I say it's a passing score.

Class Diagram: 42
Component Diagram: 34
Sequence/Colloboration Diagrams: 8

I kept it minimal. 1 class diagram, 1 component, and 5 (2 for pay) sequence diagrams. ~10 assumptions were listed as a bullet list. Added a brief explanation to each diagram. That's about it. I don't know why I lost so much in component diagram.

Good luck to all of you in prep,
Shogo Ito
 
Ranch Hand
Posts: 1011
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratulations!
 
Ranch Hand
Posts: 70
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats! urs looks very simple assigment. its very diff to keep things simple.
just to help u in coming to conclusion abt componet dig
1) Did u provide clustering in Component dig?
As there are two webserves in requirement? do u think that may be the reason?

2) which tool did u use, was it able to geenrate componets as per UML notation.

what else cud have been..
 
Shogo Ito
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Rashmi Razdan:
Congrats! urs looks very simple assigment. its very diff to keep things simple.
just to help u in coming to conclusion abt componet dig
1) Did u provide clustering in Component dig?
As there are two webserves in requirement? do u think that may be the reason?
2) which tool did u use, was it able to geenrate componets as per UML notation.
what else cud have been..




1) JUDE Community Edition.
2) No clustering shown. I think clustering is a matter of deployment configuration that can be shown in a deployment diagram.
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Could you share your experience?
How do you study Design Pattern? could you send me some materials about that?

my mail: anti_current@hotmail.com
 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Shogo,

congratulations !!! . Its party time

- Ganesh
 
Shogo Ito
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Along huang,

Design Patterns in Java Reference and Example Site was useful when I was studying design patterns in general, but this wasn't specific to SCEA.

As many stated, Core J2EE Patterns is probably the most reliable source.

Shogo
 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats !!!
A round for everyone ....
 
Ranch Hand
Posts: 151
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Shogo! Great job!

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

I guess you did use Servlet Filter pattern (as in the petstore example) for signing users on to protected areas.

Well anyhow, I did.

My question: did you mention and show the filter in the sequence diagrams ?
Did you show generation of value objects etc. in the sequence diagrams ?

I wonder if that level of detail is necessary. I would like to mention the servlet filter in the text, and not show it in the sequence diagrams.

Regards,

Jay
reply
    Bookmark Topic Watch Topic
  • New Topic