OPEN - issue BATCH-404: FactoryBeans for step configuration

http://jira.springframework.org/browse/BATCH-404

Introduce DefaultStepFactory and reduce reliance on KitchenSink.
This commit is contained in:
dsyer
2008-03-02 11:42:10 +00:00
parent f879ca375e
commit df0c615ff8
18 changed files with 124 additions and 257 deletions

View File

@@ -12,7 +12,7 @@
<bean id="beanWrapperMapperJob" parent="simpleJob">
<property name="steps">
<list>
<bean id="step1" parent="simpleStep">
<bean id="step1" parent="defaultStep">
<property name="listeners" ref="fileInputTemplate" />
<property name="itemReader">
<bean