Open Source Validation Frameworks
7 projectsReusable validation methods and configurable (typically XML) validation engine for client and server-side data; common rules for email, dates, URLs; usable with Struts.
JValidationsInactive
Validation framework with rules in declarative Java (not XML/annotations); objects validate themselves; callback interfaces for failure handling; extensible DSL.
Spring-Modules ValidationInactive
Spring add-ons including validation: commons-validator integration and Valang-based declarative constraints on domain models (XML, Java 5 annotations); built on Spring Validator.