Affichage des articles dont le libellé est JavaFX 2.x custom component. Afficher tous les articles
Affichage des articles dont le libellé est JavaFX 2.x custom component. Afficher tous les articles

jeudi 27 septembre 2012

Put it all together (JavaFX 2.x Custom component, FXML, JAX-RS 2.0 client API)

In my last post, I wrote about how to make custom component compatible with FXML and how to use it in an application.
Before that, I had tested the client API of JAX-RS 2.0 (with JSON and XML serialization).
And now, when I’m putting them together, I can write a small JavaFX 2 application which consumes REST services.