IN PROGRESS - BATCH-827: Create Sample job for reading and writing headers and footers

This commit is contained in:
robokaso
2008-09-11 14:21:43 +00:00
parent df870a5df6
commit 2973139959
9 changed files with 212 additions and 19 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<import resource="classpath:/simple-job-launcher-context.xml" />
<import resource="classpath:/jobs/headerFooterSample.xml" />
</beans>