Unified Validation
From LiftWiki
It's wicked useful to have a unified way of validating input fields across the client and the server. This means fewer server round trips, a nicer experience for the user and better security because the developer specifies validation criteria in fewer places.
Contents |
Links
Server Side Validation frameworks
- Validation api in Wicket
- TurboGears validation
Client Side Validation frameworks
- jQuery plugin: Validation from bassistance.de
- YAV a Javascript form validation tool
Non web Validation frameworks
- Hibernate validator (Hibernate can meet your validation needs)
- OVal - the object validation framework for Java™ 5 or later
- FormEncode.validors (python)
- Sapia/Vlad

