10

Is there an Java equivalent to the WPF platform?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Micah
  • 111,873
  • 86
  • 233
  • 325

4 Answers4

3

No, but there is JavaFX which can be compared to Flash/Flex & SilverLight

SQLMenace
  • 132,095
  • 25
  • 206
  • 225
3

The most likely answer is Soyatec's eFace. It supports several key features of WPF. It uses XAML and databinding, so you can apply MVVM and test your ViewModel. Also it supports templating.

Also, this is used in Eclipse e4.

Aykut Kllic
  • 898
  • 9
  • 14
2

JavaFX is SUN's trial to compete with WPF.

It can be used in both Applets and Desktop applications

You can see this comparison

Bahaa Zaid
  • 1,449
  • 2
  • 16
  • 22
0

Please take a look at Qt Jambi. It uses the Qt framework:

http://qt-jambi.org/

saegeoff
  • 551
  • 5
  • 12