112 lines
2.5 KiB
XML
112 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<book xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="spring-batch-reference"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<bookinfo>
|
|
<title>Spring Batch - Reference Documentation</title>
|
|
<productname>Spring Batch</productname>
|
|
<releaseinfo>4.0.0.BUILD-SNAPSHOT</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>
|
|
|
|
<author>
|
|
<firstname>Gunnar</firstname>
|
|
<surname>Hillert</surname>
|
|
</author>
|
|
</authorgroup>
|
|
<copyright>
|
|
<year>2009</year>
|
|
<year>2010</year>
|
|
<year>2011</year>
|
|
<year>2012</year>
|
|
<year>2013</year>
|
|
<year>2014</year>
|
|
<year>2015</year>
|
|
<year>2016</year>
|
|
<year>2017</year>
|
|
<holder>
|
|
Pivotal, Inc. All Rights Reserved.
|
|
</holder>
|
|
</copyright>
|
|
<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="jsr-352.xml" />
|
|
|
|
<xi:include href="spring-batch-integration.xml" />
|
|
|
|
<xi:include href="appendix.xml" />
|
|
|
|
<xi:include href="schema-appendix.xml" />
|
|
|
|
<xi:include href="transaction-appendix.xml" />
|
|
|
|
<xi:include href="glossary.xml" />
|
|
|
|
</book>
|