Java application that manages the schedule of practical classes in a given major.
Simply open the project located in the netbeans-project
folder in netbeans (or eclipse).
The model package is the application itself. The view package is the GUI. The controller is a class that makes the connection between these two modules, and isolates them at the same time. Changes to the view should never affect the code in the model, and vice versa. The controller is the one who has to conform to changes on both sides. Only the controller has a reference to both the model and the view. Neither the view nor the model have any references to each other.
- Information about class diagrams can be hard to parse when checking through various sources. IBM has created a nice summary on the topic here.
- @diisnc
- @sergiotj
- @vitorindeep
- @marcospgp
This project is unlicensed.