Hello.
Does Spring Batch framework provide its specific validation mechanism?
I mean, how it's possible to specify validation bean?
Is spring Validator acceptable see example here ?
My validation is result of @NamedQuery - if query returned result, the validation is OK, else - false.