Yogaraj Jayaprakasam

Greenhorn
+ Follow
since Mar 15, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Yogaraj Jayaprakasam

Hello friends, here are the answers for 3 questions asked above....

1) Part III questions are very generic, such as, what kind of session management does your design support etc. Since you have got 90 mins for 4 questions, it would make sense to give clear information on why did you choose? Whats the advantage of your choice, is there any improvement scope? how can it support future enhancement etc.

2) I am already playing an architect role and I just needed a tag for what I am doing. I think, I got it now. I should think of my next step now.

3) Actually there was a spelling mistake, I meant to say JUDE Community edition. Here is the URL
http://jude.change-vision.com/jude-web/product/community.html.
Hello Paul,
I have been struggling about how to start the Part II for quite sometime. Finally I went through some of the posts in Java Ranch and it really helped me. I initially used Sun Enterprise developer tool for my UML. This was great for my class diagram but the component diagram did not comeout good in this tool. I then used Jade for component and sequence digram needs.

Class diagram: I just used the extention of class diagram with more identified class separation and the SLSB as the facade. It just followed Mark and Cades book. For ex: User class can be separated to have a separate address class etc and the CreditCard class can use the same address class etc.

Component Diagram: I just showed all the identified components and the design patterns. I just showed design patterns also components. However, I have created component diagrams also for each use case to make it simple and easy to read.

Sequence Diagram: I just created sequence diagram for each sequence and did not create it for each use case. I just broken it down to little more from use case.

However, I had a separate html page with all the design assumptions and some explaination of why I chose certain design pattern etc.

Overall my navigation of the document was also very simple and easy. I really like my document flow very much.
Hello Everyone,
I have successfully completed SCEA II & III. I have taken my part III 3 weeks before and uploaded my part II after 3 days of my part III as I was not given uploads rights until then. I was very satisfied with all of my diagrams and the documentation. I had one page for assumptions document alone. I checked my results in https://www.certmanager.net/sun_assignment/
and I have passed with the score as 87.

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) .......................... 36
Component Diagram (44 maximum) ...................... 39
Sequence/Colloboration Diagrams (12 maximum) ........ 12

While I am still wondering, how did I lose my marks in class and component diagrams, I am very satisfied with my result.

Could you please let me know whats the next step? How will I get the certificate logo etc?
Shouldn't we check in http://i7lp.integral7.com/sun ? I am also in the same situation and checking this link as per the instruction from prometric center. Just clarify, if I am looking at the wrong place.
Anil,
There is no separate grading for Part III. Part II & III are evaluated together and your results shows that you have cleared your SCEA. You are an architect now man...Officially You could have already been playing that rule.....
When you make the request to payment service through business delegate, its not necessary to use HTTPS for web client only. You can always use HTTPS call even from thick client. Also, its not necessary for the architect to accept what a companies CEO/CIO says. You can also argue that Travel Agent uses web intranet client or even internet client. All you have to give is pros and cons and make them buy that. Hope this helps.
Thank you for your response. I have confirmed this with the prometric center too. We have to use our candidate ID provided by prometric center.
Hello everyone,
The assignment that I have got from ceritification database has a mention that the assignment solution's jar file name should be SCEA-AAAAAAAAA.jar, where as the 'AAAAAAAAA' stand for SSN in US and the id number outside US. However, we never give our SSN earlier anywhere. If we suddenly use our SSN now, how will sun identify the correct candidate to the SSN? Should we use SSN within US or can we use the same registration number? Please clarify.
Satish,
I totally agree with you in the first requirement. But the second one seem to be better match for the ProtoType pattern rather than Builder. The reason I think that was that you know all the parts that a computer must have, you can create a prototype with the default configuration and then based on customer choice you can get the copy of the prototype object and change the configuration right?