I want to thank the people here for thier help near the end. I had finished my project before finding this site and it helped clearify some questions in my mind before sumitting it. Took my test and sumbitted on Nov. 28. Got my score today. Here is the breakdown. Test: The maximum possible # of points is 155; the minimum to pass is 124. General Considerations (maximum= 58): 58 Documentation (maximum= 20): 20 GUI(maximum= 24): 24 Server(maximum = 53): 49
Thanks Mark. Hope you get your score soon. It will be a great Christmas gift. Well I am off to Disneyland to celebrate and then its time to prepare for the SCWCD cert. Good Luck.
Marlon Bravo
Ranch Hand
Joined: Dec 06, 2001
Posts: 40
posted
0
Congratulations James for making the 150 and over club. Special thanks and good luck to your future endeavors. See ya at work. - marlon
reena kadam
Greenhorn
Joined: Nov 16, 2001
Posts: 16
posted
0
Congratulation ! what a great score . You must be prof. developer. one question if u dont mind ? did u wrote whole lock and unlock methods in Data class also or only defination(as Data class is used only for local mode)? Or u kept complete lock & unlock methods in Both classes (Data and RemoteData)? pl. guide thanks reena
James Kwan
Ranch Hand
Joined: Dec 06, 2001
Posts: 51
posted
0
Reena, I implemented a lock manager which took care of managing the locking mechanism. This allowed for encapsulation. The Data class unlock and lock methods use the lock manager since the Data class is mainly used for non-remote database services. The RemoteData class basically provides the remote database services so the unlock and lock methods implement sending the request over to the server. I then used a factory so that a client can just ask the factory for either a remote or non-remote database object. Using an interface provides the polymorphic behavior so the client can just invoke the lock or unlock method on the database object hiding the remote and non-remote implementations. Hope that helps! Jim
reena kadam
Greenhorn
Joined: Nov 16, 2001
Posts: 16
posted
0
Thanks for reply. reena K
Fei Ng
Ranch Hand
Joined: Aug 26, 2000
Posts: 1241
posted
0
Congratulations !!!
Anurag Mishra
Ranch Hand
Joined: Sep 27, 2001
Posts: 133
posted
0
Congratulations Regards Anurag
krishna anand
Ranch Hand
Joined: Jan 21, 2001
Posts: 61
posted
0
Congrats James on Passing the SCJD with a very high score .Wish you all the best in your future and also wish you a very Happy New Year 2002. ------------------ Krishna
Krishna
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.