Thank you to you all.
Peter,
I agree with you about the way the industry is moving towards web based applications. Though I believe the SCJD holds some more weight over the others certs because you are actually proving your ability at using
Java to solve a real business problem. Not just taking a multiple choice
test. Now I am working on the SCWCD and plan on the architect exam maybe later in the year or next year.
I downloaded my assignment in March and spent a couple of many hours each night working on it for about 3 months(and some real late nights at times). I don't have a great deal of industry work experience, so I used the developer assignment as way for me to learn more. First I started with reading the specs, then reading them again, and again and again. Then I worked on the client GUI first then on to the network server, which originally I implemented using sockets. I had no experience with RMI and not much with design
patterns except MVC. So I was a little hesitant with using RMI(until I saw how much easier it made things!!). I had a working(or so I thought) model the project in a couple weeks. Thats when I found the JavaRanch and realized how bad my design was. It was very hard to maintain, not scalable, etc, etc.
So I read up on RMI and design patterns and did
alot searching through posts here to get some great advice from people. I then reworked my design with RMI, Facade pattern, MVC and Factory Pattern. Then things all fell into place.
For people worried about If they are ready or not to tart the assignment. My advice is download it and start with what you can do. You have to be at least a
SCJP, so you have a good idea about the core Java language. There is no time limit, so use it as a learning experience. No better way to learn something than to do it and especially true with programming.
I'll post about my design in a bit, got a couple things to do
Mike