Archive for December, 2006

Integrating Hibernate Validator with WebWork

Published 2 years ago

I’ve been using WebWork for a little side project and the only thing I’ve been missing from my full time work (technology-wise) is Hibernate Validator. WebWork’s visitor validation is fine (see this article for an example of it in use), but I’ve grown to really like having the validation rules right there in the class […]