It has been suggested that F3 (language) be merged into this article. (Discuss) Proposed since May 2007. |
JavaFX Script is a scripting language designed by Sun Microsystems, working in the Java Platform and intended to be more productive and easier than Java. It is targeted for the same class of interactive web applications for which Adobe Flash, AJAX and Microsoft Silverlight are targeted. JavaFX will be released under GNU General Public License (GPL). It works with major IDEs like NetBeans and Eclipse.
JavaFX Script used to be called F3 for Form Follows Function.
JavaFX's syntax is more like VB6 - in that components are specified declaratively, and callbacks are linked via a bind operation. This contrasts strongly to Swing, which has a verbose syntax that is confronting to many experienced developers.