|
|
Hi
I'm working in Spring MVC and Hibernate!
I 'm wondering what is the importance of using the Validator ?
I'm not using it and I can't understand why to use it ?
Thanks for responding me !
Validation is very important because allow you to detect errors in your business objects or DTOs...
I suggest you to read the manual:
sprin...alidation.html
Originally Posted by andrew007Validation is very important because allow you to detect errors in your business objects or DTOs...
I suggest you to read the manual:
sprin...alidation.htmlthank you !
You are welcome! |
|