From 47551012c2cf032a5466ff861bf6afcf0b5f748c Mon Sep 17 00:00:00 2001 From: dsyer Date: Sat, 8 Mar 2008 08:39:31 +0000 Subject: [PATCH] Add index page for integration tests --- spring-batch-integration/.classpath | 6 +++--- spring-batch-integration/src/site/apt/index.apt | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 spring-batch-integration/src/site/apt/index.apt diff --git a/spring-batch-integration/.classpath b/spring-batch-integration/.classpath index b6d9ce7c7..6ceeb8b67 100644 --- a/spring-batch-integration/.classpath +++ b/spring-batch-integration/.classpath @@ -1,10 +1,10 @@ - + - + - + diff --git a/spring-batch-integration/src/site/apt/index.apt b/spring-batch-integration/src/site/apt/index.apt new file mode 100644 index 000000000..45d636ad3 --- /dev/null +++ b/spring-batch-integration/src/site/apt/index.apt @@ -0,0 +1,15 @@ + ------ + Spring Batch Integration Tests + ------ + Dave Syer + ------ + March 2008 + +Overview of the Spring Batch Integration Tests + + This module contains integration tests for the Spring Batch Infrastructure module. In the tests we exercise some extended and mostly realistic scenarios using the infrastructure components. + + * Message-pipeline tests. There are a bunch of tests using JMS and RDBMS in the same transaction, exercising various failure and retry scenarios. The basic premise is that throughput in such systems is greatly increased by widening the transactio nboundaries to process more than one message in each transaction. If there is a failure we may want to retry the operation in the next transaction. + + * OXM integration tests. There are also some tests of the XML reader and writers in Spring Batch with more extensive configuration than in the unit tests. +