/mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX

Primary LanguageJavaApache License 2.0Apache-2.0

image

mvvm(fx) is an application framework which provides you necessary components to implement the MVVM pattern with JavaFX.

MVVM is the enhanced version of the Presentation Model pattern and was created by Microsoft engeneers for WPF . JavaFX and WPF does have similarities like Databinding and descriptive UI declaration (FXML/XAML). Because of this fact we aptopt best practices of the development with the Microsoft technology.

###Howto###

###Maven dependency###

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmFX</artifactId>
		<version>${mvvmfx-version}</version>
</dependency>