| Validates Orders. This Validator style is the first choice
for a domain object validation. It allows to use different validators
for the same domain class. This can be useful if you have strict and
relaxed validator for different validation contexts, such as saving (strict)
and printing (relaxed). If the domain class validates itself (as in
the ValidatingOrder), it is more difficult to implement this feature,
or it may be more difficult to understand.
author: Karsten Lentzsch version: $Revision: 1.5 $ See Also: ValidatingOrder |