Hi Hardy,
Thanks for the reply.
Basically i m trying to implement validator framework in my stand alone application. I have got beans which are loaded with the data from xml and this needs to be validated against the business rules.
Also i would like to externalize the validations in an xml , so that when requirement i dont need to change the annotations and recompile over.
The online examples which i have seen are using the below mentioned classes. can you please point good where i can get info how to use hibernate 4.x validation.
Code:
import org.hibernate.validator.ClassValidator;
import org.hibernate.validator.InvalidValue;