Polish the presentation

draft_specifications
meerkat 2021-12-13 00:38:37 +11:00
parent 4fce39b348
commit a54c3e000c
1 changed files with 6 additions and 3 deletions

View File

@ -106,7 +106,9 @@ reference book [Enterprise Integration Patterns](https://www.enterpriseintegrati
by Hohpe and Woolf recognizes this by inclusion of the pattern written by Martin Fowler. by Hohpe and Woolf recognizes this by inclusion of the pattern written by Martin Fowler.
--- ---
**The basic _file transfer_ pattern** **The basic _file transfer_ pattern**
![](docs/source/filetransfer_base.png) ![](docs/source/filetransfer_base.png)
--- ---
@ -125,20 +127,21 @@ non functional requirements that architects cover in solution designs.
The **martiLQ** document pattern can be implemented in various combinations. Some combinations are illustrated below. The **martiLQ** document pattern can be implemented in various combinations. Some combinations are illustrated below.
--- ---
**Using the pattern without large scale change to existing processing** **Using the pattern without large scale change to existing processing**
![](docs/source/filetransfer_injection.png) ![](docs/source/filetransfer_injection.png)
--- ---
---
**Inclusion of the pattern into existing application code to generate and read the martiLQ document** **Inclusion of the pattern into existing application code to generate and read the martiLQ document**
![](docs/source/filetransfer_appcode.png) ![](docs/source/filetransfer_appcode.png)
--- ---
---
**If there is a requirement for acknowledgement to the publisher, then maybe this approach is applicable** **If there is a requirement for acknowledgement to the publisher, then maybe this approach is applicable**
![](docs/source/filetransfer_ack.png) ![](docs/source/filetransfer_ack.png)
--- ---