Transparent bind of JavaFX and POJOs

Magnus Robertsson

When I started coding JavaFX I quickly found that the great bind mechanism doesn’t work together very well with my legacy Java code. In fact, it doesn’t work at all. In my case I wanted to reuse my domain objects and just add a fancy user interface on top of it. This happen to be [...]

Tags: , , , ,

JavaFX – Hands On

The JavaFX 1.0 release was launched in December 2008 after years of development. So what is it? Sun markets JavaFX as a Rich Internet Application (RIA) platform and a tools suite aimed both for developers and UI designers. In this sense JavaFX can be compared with Adobe Flash and Microsoft Silverlight. With JavaFX a new [...]

Tags: , , ,