Home - sialcasa/mvvmFX GitHub Wiki
mvvm(FX) is an application framework for implementing the Model-View-ViewModel Pattern—it's MVVM for JavaFX.
About the MVVM Pattern
Tutorials
(OpenSource) Applications that are using mvvmFX
- 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.
mvvmFX core
mvvmFX advanced
- 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