• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

SCEA Certified

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
My dearest brothers,

May I take this chance to annouce that with the help of every one here, I finally got certified, I check the result in Cert Manager of Sun Micro and notice that I have got a pass, althrough the result is not so significant at all. Thank you to every one here for my luckily success.

Here is my Score
Class Diagram ..... 24/44 <- Don't know what got suck here
Component Diagram ..... 42/44
Sequence Diagram ..... 12/12

Total: 78/100, just a marginal pass.

I would like to ask when can I obtain my Certificate, do I need to register for that or it will send me automatically?

Thank you very much for your help

Regards,
Jimmy
 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations. Just wait and they will send the certificate to you.

Best Regards

Samuel
 
Ranch Hand
Posts: 498
Eclipse IDE Firefox Browser Fedora
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Jimmy, good job!



Regards,
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!!! Score doesn't matter...

All that matters is that you passed.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation.Would you like to tell us about your class diagram.
1. How different it was from business domain class?
2. How many classes?
3. What all did you show there?
4. Where do you think the things went wrong?Since you scored well in other two .
 
JimmySyss WongSyss
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Congratulation.Would you like to tell us about your class diagram.
1. How different it was from business domain class?
2. How many classes?
3. What all did you show there?
4. Where do you think the things went wrong?Since you scored well in other two .



1. Actually I have made some modification on the business domain class, I have merged 3 domain classes(forgive me, I have forget what it that three) into one. but of course, I have showed the modified domain model and additional tables that I plan to use.

2. I am not sure for the number of class. I have use the struts MVC framework and I guess I have made more than 40 classes. The key point is that I have made my class as small as possible, so that the class can be reused

3. I just show the classes involved in each use case in the Class Diagram, the diagram is generated by Sun One Studio Enterprise(in face, it is Netbean). However, I do think it is not an easy tools at all.

4. I think my main failure is the use of JCA, and the holding of session. For the connection to Frequent Flyer system, instead of JCA, I suggest to use Apache HttpClient to cope with that without any transcation management. For holding the session, I suggest the web client and the swing client hold the session independently and connect to AppServer in a Stateless session bean, actually I don't see much problem here, but I do think that I lose mark in this part.

Hope this could help you and you will be success in this Exam
Good Luck

Jimmy
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic