I am looking for a more nimble alternative to a legacy Swing application which has many screens with lots of controls on each. These controls are simple: text boxes, check boxes and buttons. It's a client side application that communicates to a server. Almost certainly, I'd need both
Java and JavaFX to coexist on client. I have two questions:
1. Would JavaFX be a good alternative? If not, what other alternatives do I have presuming it won't be a thin client
2. How convenient would it be for the UI to be validated using a rule engine which will need to be on Java side - I think?
I don't know JavaFX yet and am considering if I should delve into it.
Thanks in advance.