89 lines
2.0 KiB
XML
89 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
|
<book xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<bookinfo>
|
|
<title>Spring Batch - Reference Documentation</title>
|
|
|
|
<releaseinfo>Spring Batch 2.2.5.RELEASE</releaseinfo>
|
|
|
|
<authorgroup>
|
|
<author>
|
|
<firstname>Lucas</firstname>
|
|
<surname>Ward</surname>
|
|
</author>
|
|
<author>
|
|
<firstname>Dave</firstname>
|
|
<surname>Syer</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Thomas</firstname>
|
|
<surname>Risberg</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Robert</firstname>
|
|
<surname>Kasanicky</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Dan</firstname>
|
|
<surname>Garrette</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Wayne</firstname>
|
|
<surname>Lund</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Michael</firstname>
|
|
<surname>Minella</surname>
|
|
</author>
|
|
|
|
<author>
|
|
<firstname>Chris</firstname>
|
|
<surname>Schaefer</surname>
|
|
</author>
|
|
|
|
</authorgroup>
|
|
|
|
<legalnotice>
|
|
<para>Copies of this document may be made for your own use and for
|
|
distribution to others, provided that you do not charge any fee for such
|
|
copies and further provided that each copy contains this Copyright
|
|
Notice, whether distributed in print or electronically.</para>
|
|
</legalnotice>
|
|
</bookinfo>
|
|
|
|
<xi:include href="spring-batch-intro.xml" />
|
|
|
|
<xi:include href="whatsnew.xml" />
|
|
|
|
<xi:include href="domain.xml" />
|
|
|
|
<xi:include href="job.xml" />
|
|
|
|
<xi:include href="step.xml" />
|
|
|
|
<xi:include href="readersAndWriters.xml" />
|
|
|
|
<xi:include href="scalability.xml" />
|
|
|
|
<xi:include href="repeat.xml" />
|
|
|
|
<xi:include href="retry.xml" />
|
|
|
|
<xi:include href="testing.xml" />
|
|
|
|
<xi:include href="common-patterns.xml" />
|
|
|
|
<xi:include href="appendix.xml" />
|
|
|
|
<xi:include href="schema-appendix.xml" />
|
|
|
|
<xi:include href="glossary.xml" />
|
|
|
|
</book>
|