Originally posted by Shrinivas Deshpande:
Thanks to this forum for helping as well as confusing me(by more reading).
Originally posted by Swami nathan:
With all the above materials, I was actually going nowhere until I read a gem of a post from Peter Cook (https://coderanch.com/t/155477/java-Architect-SCEA/certification/Part).
This post helped me to focus.
Originally posted by Stefan Riegels:
Hi Jan or all the others here in the forum.
What do you mean by "OMGs Coverage Plan"? I looked in the superstructure document and did not find such a topic.
Question two:
I have two documents here: the UML2.0 Superstructure Specification and the UML2.0 Infrastructure Specification do I need both to make it through the exam?
At the moment I just read the germany book: "UML 2.0 Zertifizierung. Fundamental, Intermediate und Advanced (Broschiert)
von Tim Weilkiens, Bernd Oestereich"
Is this book enough to make it through the test? I did not much with UML in my daily work.
Originally posted by Filipe Pomar:
Another question regarding the detailing level of the exam questions:
What level of metamodel memorization is needed to succeed in this exam? I mean, do we have to know by heart all attributes, associations, constraints and all additional operations for all metamodel classes?
If anyone who took the exam could answer this, I would really appreciate it.
Originally posted by Paul Codillo:
Hi Kumar,
If your intention is to have a centralized controller for both your JSP and Swing client, you could have something like this...
Web:
JSP --> Servlet --> AppContoller --> ServiceLocator -->
Swing:
Swing Client --> GUIController --> AppController --> ServiceLocator -->
You could have your web and Swing presentation layers use the same AppController. Your servlet processes your HTTP input and your GUIController processes your Swing input.
I hope this makes sense.
Good luck!
Originally posted by Cameron W. McKenzie:
Hey, you've got to know the JSR-168 API pretty darned good.
I put together some free, mock exam simulators for the IBM Portal exam. They're a pretty good indicator of the test.
Originally posted by Filipe Pomar:
Guys, I know that the exam is multiple choices, but is it multiple answers? If so, does each question tell you how many right answers to choose from?