Tag Archives: bean validation

Bean Validation 1.1: method validation!


A great enhancement added to Bean Validation in version 1.1 was the “famous” Appendix C of the 1.0 specification: the method validation.

This one allows you to validate method parameters and method returned values.

Continue reading

Bean Validation 1.1


JavaEE 7 is just out and contains some nice surprises. Bean validation is one of them in my opinion.

Continue reading