<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Hi everyone,<div><br></div><div>I updated the validation framework ValidatorFX today in our project to the latest release and I really like it a lot. It is a small compact API and works with any observable as opposed to the validation support provided by ControlsFX. </div><div><br></div><div>Using it made me wonder whether it would make sense to bundle it or something like it directly with JavaFX. Developers often mention missing validation support as a drawback of using JavaFX. Adding this would take one item off from the list of arguments against using JavaFX. </div><div><br></div><div>Many UI frameworks do have built-in validation support, e.g. Vaadin [0], Angular, [1], or QT [2]</div><div><br></div><div>What do you think?</div><div><br></div><div>—Dirk</div><div><br></div><div>[0] <a href="https://vaadin.com/docs/latest/binding-data/components-binder-validation">https://vaadin.com/docs/latest/binding-data/components-binder-validation</a></div><div>[1] <a href="https://angular.io/guide/form-validation">https://angular.io/guide/form-validation</a></div><div>[2] <a href="https://doc.qt.io/qt-6/qtquick-input-textinput.html">https://doc.qt.io/qt-6/qtquick-input-textinput.html</a></div><div><br></div></body></html>