Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
adding note about models usage in RMI implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc authored Oct 28, 2018
1 parent adfda49 commit bc0dc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assignments/Corba/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This assignment consists of three projects:
The deisgn follows a pseudo MVC style layout since the main data storage elements will be re-used for the future assignments; this concept was extended to the `RegionalServer` implmentation which has now been moved into the base project since all ofthe manipulation of the `RecordsMap` and Server-Server UDP communication is common but may require more functionality. This means the controllers are simple wrapper that only contain the CORBA implementation and test code.

### Models
> All of the models defined are still used in the RMI implementation with zero code duplication
Class | Description
:---: | :---
Expand Down

0 comments on commit bc0dc9d

Please sign in to comment.