The topics of this video
1. Creating Model, View, and Controller
2. Binding View and Model for observability
3. Adding a DB mock layer for loading data
4. Using properties on business entities to ensure observability
5. Using observer capable gui-list (TableView, not ListView) for easy observability
You should know before watching:
1. JavaFX basics and how to setup a JavaFX project
2. The 3-layered architecture basics
3. Basic MVC understanding
These topics are covered in other videos.
My video on MVC in JavaFX in general:
• MVC Model data sharing between windows in ...
GitHub link source code: https://github.com/jeppeml/MVCObserve...