mthiele / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

an Application Framework for implementing the MVVM Pattern with JavaFX

License:Apache License 2.0


Languages

Language:Java 99.4%Language:Python 0.3%Language:Shell 0.2%Language:CSS 0.1%