[BATCH-482] Updated site with snapshot plugin (maven-site-plugin). Use -P snapshots for building docos until this is fixed.
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
Introduction
|
||||
|
||||
This module provides framework code for the Spring Batch project.
|
||||
The core interfaces are <<<RepeatOperations>>> and
|
||||
<<<RetryOperations>>>. The main implementations are
|
||||
The core interfaces are <<<ItemReader>>>, <<<ItemWriter>>>,
|
||||
<<<RepeatOperations>>> and <<<RetryOperations>>>.
|
||||
|
||||
The reader and writer interfaces are implemented in some generic
|
||||
ways to help users with I/O in a transactional envionment. Spring
|
||||
Batch provides some file-based (flat file and xml) implementations
|
||||
and some database implementations.
|
||||
|
||||
The main implementations of the repeat and retry interfaces are
|
||||
<<<RepeatTemplate>>> and <<<RetryTemplate>>>. Example usage:
|
||||
|
||||
+---
|
||||
|
||||
@@ -3,26 +3,12 @@
|
||||
|
||||
<bannerLeft>
|
||||
<name>Spring Batch: ${project.name}</name>
|
||||
<href>index.html</href>
|
||||
</bannerLeft>
|
||||
|
||||
<bannerRight>
|
||||
<src>images/shim.gif</src>
|
||||
</bannerRight>
|
||||
|
||||
<poweredBy>
|
||||
<logo name="" href="" img="images/shim.gif"/>
|
||||
</poweredBy>
|
||||
|
||||
<skin>
|
||||
<groupId>org.springframework.maven.skins</groupId>
|
||||
<artifactId>maven-spring-skin</artifactId>
|
||||
<version>1.0.4</version>
|
||||
</skin>
|
||||
|
||||
<body>
|
||||
|
||||
<links>
|
||||
<item name="Home" href="../index.html"/>
|
||||
<item name="${project.name}" href="index.html"/>
|
||||
</links>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user