Well the purpose of the batch is to parse xml from a REST service, do a bit of processing to add in some additional data and then write to a database.
The REST service takes two parameters (A,B)...
Type: Posts; User: scottishfiction; Keyword(s):
Well the purpose of the batch is to parse xml from a REST service, do a bit of processing to add in some additional data and then write to a database.
The REST service takes two parameters (A,B)...
I'm new to spring and spring-batch and require a method of programtically creating job/step/tasklet beans. I'm currently defining a number of jobs in the xml that are mostly the same but with one...
I'm assuming you have already defined an SQL statement for inserting the values (e.g. INSERT INSERT t1 values (a,b,c))
Why not just add a DELETE or TRUNCATE statement to the beginning of the...