Thanks everyone there. Without your help, I would not have even completed my assignment. The datails of the score is: General Considerations (maximum = 100): 94 Documentation (maximum = 70): 70 O-O Design (maximum = 30): 23 GUI (maximum = 40): 32 Locking (maximum = 80): 44 Data store (maximum = 40): 40 Network server (maximum = 40): 40 Regards Davidd
Well done, David! I noticed that you lost some points on locking. What I find interesting is that you're not the first one to get a score of 44/80. I wonder why. So, could you give us an idea how you did the locking part? Regards, Filip
Hi, Andrew and Mark, Thank you. Filip, I call lock/unlock on the server. I use a HashMap. Only update and delete call lock/unlock, where it is said is the place that loss scores. Regards Davidd