• 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

Totally new to SCJD..

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am a SCJP2. Now planning to do SCJD. Can anyone please guide me for this Certification. I wanted to know the Syllabus for this Exam. Please suggest me some important link for this.
Thanks in advance.
Nitin
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It involves three components. Writing/completing a database server. Providing a networking protocal for interacting with
the db in a thread-safe remote way and lastly a GUI client interface for playing with the records. The amount of actual requirements are few and for the most part the means are more important than the ends.
There is a ton of resources in the forum alone so I won't list them. If you want to get started make sure you know a handfull of design patterns, brush up on how RMI and Swing works then download the assignment and give it a shot.
Kerry
 
Nitin Dabadghav
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Kerry.
Also wanted some help on Design patterns. How can I learn them. Please tell me how to learn them. What should I refer to ?
Thanks in Advance
Nitin
 
kerry shih
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
artima.com, jguru.com, theserverside.com as well as books esign Patterns, Design Patterns in Java.
The books are nice, each chapter holds many patterns under one category ie (Object Construction patterns, Designing with Aggregation vs Inheritence), and each pattern has source code and explanations.
 
Getting married means "We're in love, so let's tell the police!" - and invite this tiny ad to the wedding:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic