I was looking up on how to perform validation in Spring MVC.
Manually call Spring Annotation Validation
Spring MVC: How to perform validation?
The above to links are couple of those. What I was wondering is that calling the Validator.validate manually is considered a bad practice compared to that of using @Valid/@Validated annotations ?