Skip to content
/ mvvmFX Public
forked from sialcasa/mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX

License

Notifications You must be signed in to change notification settings

mthiele/mvvmFX

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Other 0.6%