The JavaFX writing team published four new articles this week. Here's an overview:
JavaFX Script -- JavaScript Bridge
Learn how JavaFX applets can communicate with JavaScript code to bring a new level of interactivity to your web pages. This article examines how to call one language from the other, using the JavaFX Script—JavaScript bridge. Requires Java SE 6 Update 10 at minimum.
Explore the JavaFX Media functionality, including the supported formats, platforms, and features. This document and screencast are the first part of the technical article, Incorporating Media Assets Into JavaFX Applications.
Media Browser Application -- More Mobile Features
Discover how the existing Media Browser application has been updated to rotate, zoom, pan, and swipe images on a mobile device. These mobile features are demonstrated on the JavaFX Mobile Emulator.
Creating a RESTful Web Service and JavaFX Client
Learn how to use the NetBeans IDE with GlassFish and MySQL to create a RESTful web service. You'll also learn how to use the NetBeans IDE with JavaFX support to run a JavaFX client for the web service.