bcaaf4e2b09dcc1f61afd108955884d1f6fb82f6
- 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
Description
No description provided
Languages
Java
99.6%
HTML
0.3%
XSLT
0.1%