Yay, 2months after uploading I have my score, thankfully its passing! General Considerations(maximum = 58): 51 Documentation(maximum = 20): 20 GUI(maximum = 24): 21 Server(maximum = 53): 49 Everybody likes to see design decisions, but my design is basicly very common. -Used RMI -I chose to implement locking using the Delegation pattern, each Data object gets its own lockmanager object. -used abstractmodel -used swing worker threads -I used the factory pattern to give out remote or local Data objects based on the selection made in the login gui dialog. -booking: The way I chose to implement booking is also via the Delegation pattern.The bookManager class takes care of all the booking for client -mod vs extend: chose to modify the Data class only so that all its public methods were exposed via an interface and to fix the deprecated methods. I then extended the Data class via interface inheritance for both local and remote clients.
<b>Greg Georges</b><br /><i>Sun Certified Java Programmer for the Java2 platform (SCJP)</i><br /><i>Sun Certified Java Developer for the Java2 platform (SCJD)</i>