Architecture of a JavaFX application
Introduction I am developing JavaFX applications for about 5 years now and used different architecture patterns for it. First i started with MVC, then MVVM and lastly we used MVP passive view in my current project. The way how to apply the MVC pattern is described well in the JavaFX documentation, MVVM is described well […]