Mvvm with JavaFX in JavaMagazin by Alex
javajavafxmvvmfxFor the JavaMagazin 11/2013 Alex has written an article that describes some of the thoughts he had when he initiated the mvvm-fx library that I'm working on too. He shows how you can implement the MVVM design pattern with JavaFX in a test-driven way. The code isn't specific to the mvvmfx library but shows the basic ideas of the pattern.