Wolfgang Laun wrote:
> You are certainly aware that validation goes beyond checks of individual
> properties of (individual) elements.
>
> Recently I investigated the application of rule based programming
> for this task, which is quite satisfying as it permits the definition of
> the validation rules in a way that's akin to domain expert language.
> And there's practically no limit to the complexity of validation rules.
>
> -W
>
>
Are you talking about JSR94
(
http://java.sun.com/developer/technicalArticles/J2SE/JavaRule.html) in
particular?