Project that explains MVC pattern in java spark.
- Model : stores data that is retrived according to commands from controller
- View : generates output
- Controller: responsible for controlling the flow and filling out model.
Project that explains MVC pattern in java spark.