@jakub For the overall architecture, I’ve been mov...
# tornadofx
c
@jakub For the overall architecture, I’ve been moving in an MVVM direction. You can get a feel for it in the example I wrote for the FX docs below. This has a layer whereby the View binds to classes of JavaFX properties called ViewModels. Currently, most of my apps are what I call a BusinessDelegate architecture where Controller code immediately calls out to other classes, keeping the Views UI-focused. https://fxdocs.github.io/docs/index.html#_the_mvvm_pattern
👍 1