Hi,
I am new to spring framework and spring batch framework as well. I am working on project where I need to develop design using spring batch framework which can do the following.
- Collection of XML file from one server to another server
- Parse XML file and load it in data into database.
we have multiple XML files and above steps needs to be done for each XML file in parallel.
Can some one help me with directing to sample program which demonstrate similar sort of functionality? Mainly i am looking for sample code which demonstrate running multiple task in parallel threads.
Thanks for you help in advance.
Regards,
Nemish


Reply With Quote
