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

SCJD Passed with 390

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
General Con: 100 97
Documentation: 70 70
OOD: 30 30
GUI: 40 33
Locking: 80 80
Data Store: 40 40
Network Server: 40 40
Total: 400 390

Thanks to all the people who answered and asked questions. Some critical mistakes that I made would have gone unnoticed, if had not attempted to answer some of the questions.

I tried out of the ordinary things like MDI windows, a very different GUI, Conurrency features in 1.5 and a lot of other things.

In the GUI implementing the AND/OR/ALL logic for search is the most important part. Eventhough this part of my GUI was very powerful, it was a little difficult to understand. This is where I lost 7 points.

I am really happy that I was able to crack this exam, inspite of having most of my work experience(and continuing) in mainframes.

Once again thanks to all of you.
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation!!!
 
Ranch Hand
Posts: 361
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations
How long did it take you to finish the assignment?
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations on an awesome score!

Can I ask how you implemented an MDI interface and what advantage did that give you over a standard GUI?

Best wishes,

Daniel
 
Thirumurugan Mylrajan
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks.

It took nearly 4-5 weeks to complete.

All commercial applications are MDI based. Also you can open several windows inside the MDI and still it is managable as a single application( no new windows on taskbar). The application is extensible without major modifications to the user interface. The advantages are numerous...

But as I figured out later, using MDI introduces a lot of code complexity which might be unnecessary for this assignment.
 
What? What, what, what? What what tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic