Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.94 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.94 KB

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 engineers for WPF . JavaFX and WPF does have similarities like Databinding and descriptive UI declaration (FXML/XAML). Because of this fact we adopt best practices of the development with the Microsoft technology.

Build Status

###Howto###

Maven dependency###

Stable Release

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.3.1</version>
</dependency>

Development Snapshot

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.4.0-SNAPSHOT</version>
</dependency>

Get Help

If you need help you can use the forums on Google Groups for asking questions and interacting with the mvvmFX developers. Additionally you can create issues, report bugs and add feature requests on the issue tracker at github.

Links