Files
spring-batch/spring-batch-core
dhgarrette bcaaf4e2b0 BATCH-1154:
- Created StepFactoryBean, as a "master" factory that holds all the properties 
configurable on a step and decides which type of step to create.
 - the StepFactoryBean is used to generate a tasklet step as well as chunk-oriented step because if the 'tasklet=' attribute is specified on at one level and the <tasklet/> element is specified at another, the factory bean will be able to throw a useful error, whereas the parser would not know.
 - removed hacks from TaskletStep and SimpleStepFactoryBean
2009-03-14 08:34:04 +00:00
..
2009-03-14 08:34:04 +00:00
2009-01-13 14:13:59 +00:00
2009-02-19 18:22:56 +00:00
2009-01-13 13:52:37 +00:00
2009-02-05 07:50:23 +00:00