IN PROGRESS - BATCH-693: Refactor samples along domain contours

This commit is contained in:
robokaso
2008-07-25 11:27:58 +00:00
parent 925fdd3bc6
commit c0f02103fe
39 changed files with 39 additions and 48 deletions

View File

@@ -35,7 +35,7 @@
ref="personFileItemReader" />
<property name="itemWriter">
<bean
class="org.springframework.batch.sample.item.writer.PersonWriter" />
class="org.springframework.batch.sample.person.PersonWriter" />
</property>
</bean>
@@ -91,7 +91,7 @@
</bean>
<bean id="tradeDao"
class="org.springframework.batch.sample.dao.JdbcTradeDao">
class="org.springframework.batch.sample.trade.JdbcTradeDao">
<property name="jdbcTemplate" ref="jdbcTemplate" />
<property name="incrementer">
<bean parent="incrementerParent">
@@ -115,7 +115,7 @@
scope="prototype" />
<bean id="person"
class="org.springframework.batch.sample.domain.Person"
class="org.springframework.batch.sample.person.Person"
scope="prototype" />
</beans>