JavaFX Form Validation

Tom Eugelink tbee at tbee.org
Mon Jun 11 00:35:27 PDT 2012


Hi,

I see what you want to do; leaving all the handling to the coders. Visualization could be a stand alone API, but a lot of coders would prefer a more integrated solution, not having to figure out how to do validation. This was something that the Swing framework was trying to add to swing. So the validation logic can be layered, and visualization is the lowest layer, but I would take it up a few notches.

Tom



On 2012-06-11 09:21, Tom Schindl wrote:
> Hi,
>
> I don't think it is the task of JavaFX to provide a validation system.
>
> All it needs to provide is an API on the controls to show validation
> results.
>
> Tom
>
>



More information about the openjfx-dev mailing list