-
Notifications
You must be signed in to change notification settings - Fork 104
Home
TurekBot edited this page Dec 21, 2017
·
36 revisions
mvvm(FX) is an application framework for implementing the Model-View-ViewModel Pattern—it's MVVM for JavaFX.
- ColorPuzzleFX: A small javafx puzzle game that is using mvvmfx
- SnakeFX: A javafx clone of the old mobile phone game 'snake'
- Nonogram: A nonogram puzzle game.
If you've created an application with mvvmFX or know an application that is using mvvmFX, please tell us about it so we can add it here.
- Notifications
- Testing with TestFX
- Mapping between Model and ViewModel
- Using mvvmFX views in ListView
- Commands
- Validation
- Guice details
- CDI details
- Resourcebundles, I18N
- Dialogs with MVVM
- IDE integration
- Verify Architecture Rules with AOP
- Asynchronous Operations
- Lifecycle handling
- Deviating FXML location