Common questions the audience made about JavaFX Technologies that you can also find on the JavaFX FAQ.
JavaFX 1.0 Desktop Runtime will be automatically downloaded on Windows and Mac OS desktops and browsers that support Java 1.5 or higher, when users access a JavaFX application for the first time. Users don't have to download anything additional to run JavaFX applications.
JavaFX 1.0 platform includes support for developing JavaFX Mobile applications only for the mobile emulator. The JavaFX runtime for mobile devices will be released in Spring 2009.
JavaFX applications can call RESTful Web Services that return results in XML or JSON. JavaFX 1.0 includes an API for making asynchronous HTTP requests and a parser API for XML and JSON.
JavaFX Script is a simple declarative language designed for creative minds who like to program in a visual context. It's easy- to- learn and familiar syntax allows content authors to write in a format that closely matches the layout of graphical user interfaces. A core strength of the language is it's unique data binding feature, which is a simple syntax for synchronizing the state of multiple objects, thus allowing GUI components to automatically change state with changes in underlying data. The language is fully object-oriented, complete with method and attributes, thus allowing expert programmers to build highly complex and robust interfaces.
Yes. You can leverage the power of Java by using any Java library within a JavaFX application. This way you can preserve your investment in Java and use JavaFX to build engaging visual experiences.
The proven security model of Java can be leveraged to securely deploy JavaFX applications and access system resources such as file system and system devices. And because JavaFX applications are compiled to Java byte-code, they take advantage of the dynamic Java HotSpot Virtual Machine to get the best possible performance.
More information at http://java.sun.com/developer/technicalArticles/scripting/javafx/javafx_and_java/index.html.
Want to know more about JavaFX? Try JavaFX.com!
Want to learn JavaFX programming? A free 15-Week JavaFX Programming (with Passion!) Online Course will become available starting January 30, 2009. JavaFX Passion! Try also the JavaFX Tutorials.

























