validation « Batch « Spring Q&A





1. Spring Batch validation    stackoverflow.com


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 ...

2. Spring batch Validation    forum.springsource.org

I am new to spring batch and trying to use Valangvalidator for basic validation. There quiet a few versions out there. 1) Which version is used for spring batch with mimimal ...

3. Spring Batch validations    forum.springsource.org

Hi, I am working on Spring Batch and input source is text file. I should read each line and should be able to configure the mapping elements(String or date or Integer) ...

4. Commons Validator with Spring Batch    forum.springsource.org

Does anyone have a working example of setting this up? Other than the documentation saying that you can... theres nothing to show how you would do so. I already have forms ...