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

Passed SCJD (140)

 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Date Taken: 2003-01-29 06:57:03.310
The maximum possible number of points is 155; the minimum to pass is 124.
Section Summary Report:
General Considerations: Maximum=58 Deductions=15 Actual=43
Documentation: Maximum=20 Deductions=0 Actual=20 GUI: Maximum=24 Deductions=0 Actual=24
Server: Maximum=53 Deductions=0 Actual=53
Total: Maximum=155 Deductions=15 Certification Score=140
----------
Thanks All!
Chandrakumar
 
Chandra Peri
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just want to add the following for the benefit of SCJD aspirers.
GUI :- Mediator framework
I've used -host and -port in my command line parameters to identify the respective input values.
Note that all my deductions are from General Considerations.
I think the following ...
1. Bad design or hard to understand design
2. Not complying with coding standards (Here I left to eclipse IDE do the job, so ..).
3. I don't know
Anyway it was fun doing the assignment, and it was really a thrill waiting for the result. Have Fun!
Wish you all Good Luck!
Chandrakumar
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Chandrakumar
You got perfect in every area except General Considerations. I wonder why?
General Considerations (Total 58)
ease of use (23)
coding standards and readability (23)
clarity and Maintainability maintainability of the design and implementation (12)
It might be in the coding standards and readability area or ease of use. Do you feel you followed the coding standards?
Mark
 
Ranch Hand
Posts: 513
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Chandra Peri
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 Mark & Ruff!

Originally posted by Mark Spritzler:
Congrats Chandrakumar
You got perfect in every area except General Considerations. I wonder why?
General Considerations (Total 58)
ease of use (23)
coding standards and readability (23)
clarity and Maintainability maintainability of the design and implementation (12)
It might be in the coding standards and readability area or ease of use. Do you feel you followed the coding standards?
Mark


Well, I might not have, completely. I looked at the standards but I didn't really care a lot (now paying the price I guess) I left the formatting to eclipse IDE.
I have a very few inter-laying comments in my code. May be my GUI design is a hard to understand one, I used Mediator pattern, that's like a framework I designed that is flexible enough to have plug and play components (new GUI screens); hmm.. could be too much for this assignment. Anyway I'll be careful on these aspects, when I do my next certification.
Chandrakumar
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
how long did it take to get the results?
(I'm desperately waiting for my results )
Bern
[ January 29, 2003: Message edited by: Bernhard Woditschka ]
 
Ranch Hand
Posts: 194
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations! Nicely done!
 
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratultions Chandrakumar.
I've noted your comment about the Mediator pattern. I presume your Model was a Mediator.
Perhaps we best stick to a Facade.
A very good score nevertheless.
regards
 
Chandra Peri
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 All!

Originally posted by Bernhard Woditschka:

how long did it take to get the results?
(I'm desperately waiting for my results )


I took my essay exam on Dec 26,2002
 
Chandra Peri
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by HS Thomas:
I've noted your comment about the Mediator pattern. I presume your Model was a Mediator.


I think you can say that because mediator streamlines it's colleagues' communication to a business delegate object. So, to colleagues it's mediator is the model.
Chandrakumar
 
Ranch Hand
Posts: 366
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Chandra... Thats a nice score
Sri
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice shot Chandrakumar
 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great Score, way to go!
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic