Validating user input is very common, you must capture the data and validate it in some form, using a predefined set of rules that have meaning in the context that you are using the data. In this example we are going to see how to validate this data using Vaadin. 1. The tools Java JDK ...