I have a web app built with Java / Spring MVC / JSP / Bootstrap / jQuery.
It has some forms and I need to implement some field value validation rules.
I'll need to do basic checks for mandatory/optional, min length, max length, can't contain spaces, must be only digits, and so on. In the future, I'll likely need validate date format, phone number format, and so on.
I can write something from scratch, but before I do I thought I'd ask ...
Is there a commonly used library out there for this sort of thing?