Testing Java with Groovy & JavaFX in action with GroovyFX and Grezi

Details
Testing Java with Groovy
What makes Groovy particularly appealing with respect to other scripting languages is its seamless integration with the Java platform. Because it's based on the Java, Groovy presents an incredibly short learning curve for the Java developer. And once that learning curve has straightened out, Groovy can offer an unparalleled rapid development platform. The fact is, Groovy's relaxed Java-like syntax, its reuse of standard Java libraries, and its rapid build-and-run cycle make it an ideal candidate for rapidly developing unit tests.
JavaFX in action with GroovyFX and Grezi
Cette présentation vise à montrer JavaFX 2 en action, au travers des projets GroovyFX et
Grezi.
GroovyFX est le projet de la communauté Groovy facilitant l’écriture d’applications JavaFX 2,
notamment grâce à la mise en oeuvre d’un Domain-Specific Language permettant d’avoir une
approche déclarative dans la construction des interfaces utilisateur à base de contrôles JavaFX.
S’appuyant sur GroovyFX, le projet Grezi permet quant à lui de développer des présentations
originales de type Zoomable User Interface, avec une approche scriptée.
En exploitant la puissance du langage Groovy au travers des projets GroovyFX et Grezi,
cette présentation détaillera plusieurs exemples d’applications JavaFX, avec notamment : un
slideshow d’images interactif, la création d’un graphe visuel avec une disposition automatique
de ses noeuds, ou encore un outil de présentation intégrant HTML5/JavaScript avec le
composant JavaFX WebView.

Testing Java with Groovy & JavaFX in action with GroovyFX and Grezi