0

Possible Duplicate:
What are your feelings on JavaFX?

Hi folks,

I'm learning Java at the moment, would say I'm at intermediate level at the moment. I came across JavaFX so checked out the website. Well, it looks awesome! but I'd like to know what other people think. Maybe also a few tips on getting started?

Cheers, Jonesy

Community
  • 1
  • 1
iamjonesy
  • 24,732
  • 40
  • 139
  • 206

3 Answers3

3

I think Oracle should work on implementing JavaFX on Android instead of suing Google over patents.

Mchl
  • 61,444
  • 9
  • 118
  • 120
0

I looked at it once but it seemed a little too fad-ish. I asked a related question about declarative GUI programming in the java world.

Community
  • 1
  • 1
Jason S
  • 184,598
  • 164
  • 608
  • 970
0

There is some kind of interest in JavaFX's main proposal of a declarative (but non XML-ish) GUI. Aside that, the tendancy of the language to mimc ActionScript puzzles me a little. However, as it is an element of the java-sphere, it is perfectly possible to

Notice it is even possible to mix Java/JavaFX code with others scripting languages, but it then becomes an improbable mess.

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
Riduidel
  • 22,052
  • 14
  • 85
  • 185