• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Passed P-II and P-III with 91%

 
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally certified !!! Feels good after a lot of toil for 2.5 months

Sun Certified Enterprise Architect for Java 2 Platform Enterprise Edition Technology Part II (310-061) \
Grade: P
Score: 91
Comment:
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) .......................... 37
Component Diagram (44 maximum) ...................... 42
Sequence/Collaboration Diagrams (12 maximum) ........ 12
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
CONGRATULATIONS !!
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Suekar, great score! Could you give us a brief overview of your architecture? In particular:

(1) Level of detail. How many diagrams / classes / components etc.?

(2) Is your class diagram technology independent?

(3) How much effort did you put in client side design.

(4) Which UML version did you use?

Thanks in advance and enjoy your success!
Lars
 
suekar meredilko
Ranch Hand
Posts: 153
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(1) Level of detail. How many diagrams / classes / components etc.?
I followed the requirements i.e. 1 Class Diagram, 1 component diagram and sequence diagrams.

(2) Is your class diagram technology independent?

No my class diagram was not technology dependent. It was purely a business domain Class diagram. i.e. no ejb related, servlets or ejb/web pattern related classes.
(3) How much effort did you put in client side design.

I kept my sequence diagrams client agnostic.

(4) Which UML version did you use?

I used version 2.0
 
Ranch Hand
Posts: 99
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Suekar on achieving awesome score! Can you provide some tips on the following:

- The Cade's class diagrams show only associations, dependency and multiplicities. Is it better to show aggregation and compositions in domain class diagram? Did you show any attributes in the domain classes?
- in which diagram can we show the transfer objects and their relationships.
 
reply
    Bookmark Topic Watch Topic
  • New Topic