Is there anything similar to WPF and MVVM in Java world?
+2
A:
Have you seen eFace ?
eFace is a XAML/WPF solution in Java. The first release is available for download now : http://www.soyatec.com/eface/installation/.
JavaFX provides some of the capabilities of WPF. See this SO answer for more details.
Brian Agnew
2010-06-06 16:03:52
Does either one provide binding via the use of Data Contexts?
jsmith
2010-06-06 16:12:27