News

There are several places within the JavaFX 2 documentation that the sample application Ensemble is referenced. Ensemble is the largest JavaFX sample application provided in the JavaFX 2.0 samples.
JavaFX isn't a completely independent runtime; it is essentially designed as a layer that sits on top of Java in order to make Java better-suited for rich application development.
I haven't done a very good job of covering JavaFX. Partly it's because I don't come from the Java world and so I still haven't totally grasped the full significance of the announcement. The other part ...
Infoworld is reporting that Sun will announce JavaFX on Tuesday which will be a response to the growing popularity of technologies like Ajax, Flash and Silverlight. The platform uses the Java runtime ...
JavaFX isn't hard to learn. In fact, any developer with a little bit of object-oriented knowledge and a penchant for desktop development in Java can quickly put together a feature-rich GUI application ...
Model-View-Controller (MVC) paradigm is an intuitive and widely accepted strategy in UI design, be it web or rich client. In fact it is so well established as a de-facto standard, that "compliance ...