Relative Content

Tag Archive for javafxmodel-view-controllerfxmlmvp

Have I correctly organized MVP in FXML JavaFX Maven?

As far as I understand, when creating a project using the FXML JavaFX Maven Archetype, the project is initially designed with the MVC pattern. However, I wanted to convert it to the MVP architecture (don’t ask why). Since I have almost no practical experience in this, only a bit of theory, I would like to know how wrong I am in this approach and what mistakes I am making. Below is a description of this attempt.