Add spring-batch- to module directory names (so folks can use mvn eclipse:eclipse if they want to).

BATCH-238: Remove hibernate support for the Daos.
This commit is contained in:
dsyer
2007-12-10 21:23:48 +00:00
parent 17705f27ab
commit 8ea331bfc7
884 changed files with 956 additions and 2352 deletions

View File

@@ -0,0 +1,16 @@
<html>
<body>
<p>
Infrastructure components are low-level re-usable abstractions that
help with optimisation or common ETL-style problems. Optimisations
include repeating an operation automatically until a policy determines
that the iteration is over. Combining this with a transaction
boundary optimises throughput by widening the transaction and sharing
the resources amongst all the operations. ETL support includes
input/output operations like flat file parsing, and transaction
synchronisations to make file access pseudo-transactional (e.g. return
to last good line if a transaction rolls back). There are also useful
abstractions for generic input and output.
</p>
</body>
</html>