Re-organize documentation resources

This commit also adds scaling diagrams [1]
to Figures.ppt. Those diagrams were not under
source control.

[1]: https://docs.spring.io/spring-batch/docs/current/reference/html/spring-batch-integration.html#externalizing-batch-process-execution
This commit is contained in:
Mahmoud Ben Hassine
2020-12-09 21:39:36 +01:00
parent 86ebf9375a
commit 8cfec33ef0
116 changed files with 135 additions and 1216 deletions

View File

@@ -1,16 +0,0 @@
<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>