Two of the most important and appreciated innovations of JavaFX Script were properties, and the ability to bind them to arbitrary expressions. In JavaFX 2.0 this functionality is provided by JavaFX Properties and the Binding API.
In this session we will take an in-depth look at properties, their functionality, and how you can define them in your own classes. We will take a look at the High Level Binding API, which provides a simple way to assemble binding expressions. The last section will cover the Low Level Binding API, which allows you to define your own arbitrary bindings, thus unleashing the full power of the Binding API.
After this talk you will know everything there is to know about JavaFX 2.0 Properties and the Binding API.