Posts Tagged javaone
JavaONE 2009
Posted by Sébastien Stormacq in General on 02/04/2009
Lab 5557 : Building JavaFX clients for RESTful and JSON based web services.
This lab will use the following technologies :
- RESTful web service and JSR 310 (Jersey) API on the server side
- JavaFX on the client side
The JavaFX application will asynchronously poll RESTful web services to collect data that will be used to dynamicaly update the client rich UI.