Articles

Graphical element that underlines the text
DataFX 8 Preview 2

hendrik

#DataFX

#JavaFX

DataFX 8 Preview 2

A second preview build of DataFX has been released today!

JavaFX CSS Utilities

hendrik

#JavaFX

JavaFX CSS Utilities

Ever tried to add a Styleable property to a JavaFX Control or Skin? By doing so you can add additional CSS support to a Control type.

Reactive Programming with JavaFX

hendrik

#JavaFX

Reactive Programming with JavaFX

Because the JavaFX API was designed for Java 8 it provides a lot of Lambda support and callbacks are used a lot. But next to the default JavaFX APIs there are currently an open source projects that adds a lot of reactive design and architecture to the JavaFX basics: ReactFX.

DataFX 8 @ Nighthacking

hendrik

#DataFX

DataFX 8 @ Nighthacking

Stephen Chin has interviewed me yesterday for http://nighthacking.com about DataFX 8. In the interview I show a lot of new features and APIs of DataFX

Mastering JavaFX Controls

hendrik

#General

Mastering JavaFX Controls

Mastering JavaFX Controls Book

JavaFX meets JavaEE

hendrik

#DataFX

JavaFX meets JavaEE

The post shows all the main specifications of Java EE and describes how the are supported by DataFX and how a JavaFX application can use them

DataFX 8 Preview 2: The ProcessChain

hendrik

#DataFX

#JavaFX

DataFX 8 Preview 2: The ProcessChain

This DataFX 8 preview introduces the ProcessChain. This uses Java 8 features like Lambda to provide multi threaded functionality in JavaFX