Adapted (with permissions) from Marco Jakob's JavaFX 8 tutorial.
Part 1: Scene Builder
Part 2: Model and TableView
Java 8 introduced a number of new features (e.g. Lambdas, Streams) that are not trivial to learn but also extremely useful to know.
Here is an overview of new Java 8 features . (written by Benjamin Winterberg)
Resources
Tutorials:
A video tutorial by well-known Java coach Venkat Subramaniam
A a more detailed version covering similar grounds