Archives by Tag 'bean'
Bean Validation – Emmanuel Bernard on JSR 303
By rnaufal - Last updated: Sunday, March 22, 2009
JavaLobby released an interesting interview with Emmanuel Bernard, the spec lead of of JSR-303: Bean Validation..
One of the important goals of the Bean Validation spec is, as Emmanuel Bernard says, is
to provide a default runtime engine that is used to validate the constraints around the domain model, in Java.
The development team decided to [...]