12

We are doing an evaluation of what to use for client technology, I was wondering what Java has to offer.

I know that this is a close duplicate to this question:

What is Java's answer to WPF?

But the answer in the above question is over 2 years old, so the answer today could be different.

Community
  • 1
  • 1
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
  • 1
    The answer is pretty much the same. Only the version number has increased for WPF and soon will for java. Just incremental changes if you asked me, nothing revolutionary. – dmihailescu Jul 19 '11 at 14:20

4 Answers4

4

This 2011 Java wil lunch JavaFX 2.0, you will use the JavaFX API's with core Java language instead of the JavaFX Script in 1.x versions.

Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
Julián Duque
  • 9,407
  • 1
  • 21
  • 16
3

I concur with the others here that JavaFX was probably intended to be Sun's answer to WPF and Silverlight, but it's never quite reached the standard that Microsoft's technologies have.

Another Java alternative to Silverlight is BlazeDS and Spring BlazeDS which use a Java application server as the backend, and Adobe Flash as the client (using Flex). I've never used it, but the combination looks pretty similar to using Silverlight.

gutch
  • 6,959
  • 3
  • 36
  • 53
3

JavaFX is in full swing and Oracle has already made early access release available. More answers can be found here, but surely a competitor is in the making that will give its counterpart a tough time soon

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
anergy
  • 1,374
  • 2
  • 13
  • 29
1

I think that JavaFX still lives. You can check Eclipse Rich Ajax Platform too. I think this is suitaible answer to Silverlight.

michal.kreuzman
  • 12,170
  • 10
  • 58
  • 70