JavaFX Script

This is an old revision of this page, as edited by 58.172.116.50 (talk) at 10:51, 10 May 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Future software

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 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.

References