Issue Details (XML | Word | Printable)

Key: BATCH-233
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lucas Ward
Reporter: Dave Syer
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Spring Batch
BATCH-220

Refactor samples into chunk-oriented world

Created: 29/Nov/07 07:57 AM   Updated: 07/Aug/08 10:06 AM
Component/s: Samples
Affects Version/s: 1.0-m3
Fix Version/s: 1.0.0.m5
Security Level: Public (Public Issues)

Time Tracking:
Original Estimate: 5d
Original Estimate - 5d
Remaining Estimate: 5d
Remaining Estimate - 5d
Time Spent: Not Specified
Remaining Estimate - 5d


 Description  « Hide
The individual job configurations probably only needs to be upgraded to use the batch: namespace. The container definition is shared, so it only has to be done once.

 All   Comments   Work Log   Change History   FishEye   Builds      Sort Order: Ascending order - Click to sort in descending order
Dave Syer added a comment - 29/Nov/07 11:09 AM
Assigned to Marius (via Ben).

Lucas Ward added a comment - 19/Feb/08 12:01 AM
I have done some work on this issue (accidentally used the parent issue number though). The majority of sample jobs should be 'chunk orientated' world. I had to make the chunker and dechunker extend ItemStream though, which ultimately delegates to the ItemReader and itemWriter in the same way as the Tasklet used to. I'm not sure any other way to handle that without requiring the readers and writers to be wired in as opposed to the chunker and dechunker.

Lucas Ward added a comment - 25/Feb/08 11:57 AM
I was able to convert most of the sample jobs, but considering other changes, this issue should be resolved.

Dave Syer added a comment - 07/Aug/08 10:06 AM
Assume closed as resolved and released