• 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

scjd passed with 390/400 B&S

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Score: 390

Con: 100 90
Documentation: 70 70
OOD: 30 30
GUI: 40 40
Locking: 80 80
Data Store: 40 40
Network Server: 40 40
Total: 400 390

special thanks to all ranchers for all your help!

there is nothing too special about my design, but i would like to clear up some confussions

1) I extended DB interface
2) my GUI design appear to be different than most other ranchers, if you wonder how it looks, just click the search button on you IE window. Yes, all my control buttons are lined up on the tool/menu bar.
3) my GUI does not include a AND/OR dropdown
4) my cookie values are randomly generated (why do they need to be unique?)
5) used hand-shake pattern to manage my threads
[ May 16, 2007: Message edited by: Frank Lu ]
 
Ranch Hand
Posts: 918
IntelliJ IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice score Frank, full points every where.
I have a stupid question, where you check you results ?

Regards
M
 
Frank Lu
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mihai Radulescu:
Nice score Frank, full points every where.
I have a stupid question, where you check you results ?

Regards
M



Same place where you download your assignment.

your score will be shown in the "TestHistory" page if it is ready
 
Ranch Hand
Posts: 304
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Frank!

Which materials did you use and how much time it took you to prepare for it?
 
Ranch Hand
Posts: 329
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah indeed excellent score. Your locking rocks. I have notice you have cookie in your assignment. If possible can you post your test code? In my URLyBird assignment has cookies and it will help to test my Data.class against your proven test code. I have done lot of test against Data.class for locking and results are encouraging. It is okay to post test code in forum.

Thanks,
Ken
 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Frank,

Well Done
 
Frank Lu
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Atul Sawant:
Congrats Frank!

Which materials did you use and how much time it took you to prepare for it?




the book i like the most is called "Effective Java" by Joshua Bloch. (the book is thin, only has about 200 pages). I think this book is a must-have if you want to score high on SCJD.

I also bought a copy of Andrew's book, which is think is decent. it gives readers a good overview for the project(even has a chapter on how you build the jar file and package your submission). I borrowed his hand-shake locking mechanism.

since this test does not have a time limit so you don't need to prepare!!







 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
reply
    Bookmark Topic Watch Topic
  • New Topic