• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Which UML version is used in SCEA5.0?

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just a new comer simple question: Which UML version is used in SCEA5.0?

Recently I finished reading UML Distilled 3rd which is talking about UML2.0. Is this the version they are using in SCEA now?

The other thins is I know some people said UML is still in SCEA5.0 beta part 1.
http://javaxcross.blogspot.com/2008/03/how-to-pass-scea-5.html

But as far as I could see, there is no UML mentioned in SCEA5.0 CX-310-052 Assignment Objectives.

http://www.sun.com/training/catalog/courses/CX-310-052.xml

I tried to save your time and search it in FAQ. But no info is found.

Thanks in advance.
 
Ranch Hand
Posts: 121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, UML is mentioned in Part 2 Assignment Objectives, but nothing about which version...

http://www.sun.com/training/catalog/courses/CX-310-301A.xml
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are correct, Phase 1 of the SCEA test was not UML specific, but it does not help for you to be a little familiar with it , in understanding Design Patterns.


Phase 2/3 is specific with UML, It states it must be UML comliant, but not which version, so I suggest you state which version of UML you are using, and what apendages to the UML you are using.

See:
Sun Certified Enterprise Architect for the Java Platform, Enterprise Edition 5: Assignment (Step 2 of 3) (CX-310-301A)
 
Ethan Zhang
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply first.

Yes, I know it's in part2/3.

Does it mean I will not see any UML questions in part1?

But I still have the question about which version they are using in SCEA5.0? Can anybody answer me this kind of question?
 
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The answer is: in SCEA 5.0 (at least in the beta), there's no mention about a specific UML version.

Originally posted by ETHAN Z:

But I still have the question about which version they are using in SCEA5.0? Can anybody answer me this kind of question?

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it doesn't matter, you can do it in any version. Just make sure to do uml compliant.
I used uml2 (enterprise architect) for scea-5-beta and I had no problems.
 
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I love the concept of "Frames" which was introduced IIRC in UML 2.
So, I would recommend to use UML 2.
(Although Sun does request explicitly any specific version of UML).
 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Let me clarify something, the first part contains questions about design patterns, security, design concepts, and maybe could include some questions about Object Oriented Design, so, you must know how a inheritance should be draw in a UML diagram, but this will not relies to UML 2.0, or any other version.

In the second part, the assignment, you must know very well about UML and you must create your architecture using UML, but they does not specified which version, and I don't think that have anything to do with the subject of the test. If you must do a write essay you must know how to write it, but they will not evaluate your english skills, the same is with the architect test, you must know how to write a design but they will not evaluate your profiency in UML, the UML is a tool to express your ideas.
 
Mikalai Zaikin
Bartender
Posts: 3958
43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mikalai Zaikin:
I love the concept of "Frames" which was introduced IIRC in UML 2.
So, I would recommend to use UML 2.
(Although Sun does request explicitly any specific version of UML).



Ops.. A typo.. Should read:

(Although Sun does NOT request explicitly any specific version of UML).
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic