01 May 2008

JavaFX scripting Language

The JavaFX Script language also referred as JavaFX is a declarative and statically typed scripting language.It is easier way to create content-rich applications. It is the way to implement GUI applications declaratively rather then procedurally coding everything. There are plugins available for most of the major IDE's like NetBeans and Eclipse. Though there is no drag and drop facility available for JavaFX in any IDEs yet it is surprisingly and fairly simple to hand code the GUI. If you are not using any IDE then you can use the JavaFX Pad to code the JavaFX application. Those who are familiar with Swing and Java 2D find it more easier to learn.

You can find some important information from following links:

JavaFX

JavaFX Script

Getting Started with JavaFX

JavaFX Programming Language