- The Console and Workstations are implemented completely in JAVA 2.
- The user interface consists solely of SWING components.
- All interactions between the Console and Workstations is via RMI.
-
The Model-View-Controller design paradigm is used throughout. This allows
multiple views (e.g., Dispatcher Status, Schedule, etc.,) to be updated as the
result of any state change.
|