Added a new sample job (NflJob) and reorganized samples project.

This commit is contained in:
lucasward
2007-09-05 20:40:09 +00:00
parent 79c4672e6c
commit a9ec0f6623
59 changed files with 61803 additions and 65 deletions

View File

@@ -43,7 +43,7 @@ import org.springframework.util.Assert;
* A concrete implementation of the {@link Tasklet} interface that provides
* functionality for 'split processing'. This type of processing is
* characterized by separating the reading and processing of batch data into two
* separate classes: ItemProvider and DataProcessor. The ItemProvider class
* separate classes: ItemProvider and ItemProcessor. The ItemProvider class
* provides a solid means for re-usability and enforces good architecture
* practices. Because an object *must* be returned by the {@link ItemProvider}
* to continue processing, (returning null indicates processing should end) a