Don't know what Reader to use for multiple files
Hi,
I'm a newbie using spring batch.
I get stucked and don't know what to use for my problem.
The process will be triggered every 10 min. The process read a directory where an process will drop edifact files. Each of the file need to be parsed and processed. The parsing bit is done, I don't know how to pick up the files from the directory.
The MultiResourceItemReader seems not to be the right solution. Because I want for every file it's own job (thread).
I did a lot of reading on the news groups but I couldn't find a clear anwser.
Please advise
Regards Dirk