DevJFX is a collection of examples and code snippets that demonstrate the capabilities of the JavaFX Script language.
JavaFX Script is a statically typed, declarative scripting language from Sun Microsystems that runs in the web browser, on the desktop and on the cell phone. It is focused on enabling developers and designers to quickly create compelling 2D and 3D user interfaces without having to be experts in graphics libraries. It borrows idioms from SVG, functional languages and Java. It's tightly integrated with Java such that an application's UI can be written in JavaFX Script while the heavy lifting can still be done in Java.
In many ways JavaFX Script competes with Adobe Flash and Microsoft Silverlight.
Related web site: DevJFX.com