Hibernate Validator ================================================== Version: 3.1.0.GA, 10.09.2008 Description ----------- Hibernate Validator aims at defining and checking a domain model level constraints. It supports custom constraints definitions as well as full internationalization. Annotations are used to define constraints on object level. The validation mechanism can be executed in different layers in your application without having to duplicate any of these rules (presentation layer, data access layer, Database schema). Hibernate Requires Hibernate Core 3.2 and above. This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x Instructions ------------ Unzip to installation directory, read doc/reference Contact ------------ Latest Documentation: http://www.hibernate.org Bug Reports: Hibernate JIRA (preferred) hibernate-devel@lists.sourceforge.net Free Technical Support: http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9) Notes ----------- If you want to contribute, go to http://www.hibernate.org/ This software and its documentation are distributed under the terms of the FSF Lesser Gnu Public License (see lgpl.txt).