|
JValidations
JValidations is a framework to express and exercise validation rules for java objects. Its defining characteristics are:
* validation is performed by the objects themselves, not in external \"validator\" classes, preserving encapsulation
* validation rules are expressed in declarative java, not in XML or annotations or what have you
* how a validation failure is handled is entirely up to the caller through the use of callback interfaces
* extensible in that custom validations can be coded, and the DSL syntax can be modified to suit your needs
|
|
|
Category |
Validation |
License |
MIT License |
HomePage |
http://jvalidations.codehaus.org |
|
|
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the United States
and other countries. This site is independent of Sun Microsystems, Inc.