News

The idea of constrained properties in Java is not new. Since JDK 1.1, a legion of JavaBeans developers has used a powerful framework found in the java.beans package to enforce data-validation rules.
A good data validation strategy ... composite validation rules, and selective validation. See Victor Okunev’s “Validation with pure Java” to learn more about the java.beans package and ...