Some highlights:
- James' 2 currently favorite languages: Scala and JavaFX
- James compared JavaFX to a functional language (such as Scala)
- Power of JavaFX binding: constructing the data flow network
- By design, Java appealed to C and C++ programmers. JavaFX does not have to.
- James' PhD thesis was, in essence, about JavaFX binding construct--so James liked very much Chris Oliver' F3 language when he first saw it
- It's really easy to embed Swing components into JavaFX, including coolest like NASA World Wind. There is nothing as complex as NASA World Wind in Flash.
While it is possible to mix and match JavaFX and Swing, I would not recommend it. You'll get yourself in trouble by building "gray" UIs. Next version of JavaFX, due later on this summer, will deliver a series of UI controls that will enable you to build advanced forms.
ReplyDelete