JSR 303 Bean Validation + Javascript Client-Side Validation
- by Taylor L
What is the best way to perform client-side form validation using Javascript (with minimal code duplication) when using JSR 303 bean validation on the server side? I'm currently using Spring 3 and the Hibernate Validator.