Hi all,

I created a small JavaFX as a playground for proposal BVAL-214. I already added a dummy implementation for my idea (see http://beanvalidation.org/proposals/BVAL-214/#proposition-2).
You can find the sources here: https://github.com/guigarage/BeanValidationForUI

I added a dummy implementation for the validation API and the sample can simply be started by the com.guigarage.validation.Demo class
I will add some doc later to describe my ideas.

Cheers,

Hendrik