Spring Batch custom validator
I have to implement a solution using spring batch. The domain object is order, order can be shipped from certain DC. Based on the qty I should equally split across DCs.
I have to implement a solution using spring batch. The domain object is order, order can be shipped from certain DC. Based on the qty I should equally split across DCs.