Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| fxdemo:00-part:06-reading-the-architecture-as-an-onion:start [2026/07/07 11:39] – owen | fxdemo:00-part:06-reading-the-architecture-as-an-onion:start [2026/07/18 12:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| The architecture uses an onion structure. | The architecture uses an onion structure. | ||
| - | At the centre are durable concepts. The next layer defines logical relationships. The next layer specialises | + | At the centre are durable concepts. The next layer defines logical relationships. The next layer specializes |
| Conceptual Architecture | Conceptual Architecture | ||
| └── Logical Architecture / PIM | └── Logical Architecture / PIM | ||
| Line 11: | Line 11: | ||
| Figure 5-1: Layered structure of the Financial Systems Archetype document layers | Figure 5-1: Layered structure of the Financial Systems Archetype document layers | ||
| Each layer depends on the layer inside it. | Each layer depends on the layer inside it. | ||
| - | The outer layers may specialise, realise, deploy, or test inner-layer concepts. They must not redefine those concepts. | + | The outer layers may specialize, realize, deploy, or test inner-layer concepts. They must not redefine those concepts. |
| Table 5-1: Examples of inner-layer concepts and later-layer realisations | Table 5-1: Examples of inner-layer concepts and later-layer realisations | ||
| - | ^ Inner-layer concept ^ Later-layer | + | ^ Inner-layer concept ^ Later-layer |
| | Communication Endpoint | DDS Topic, API endpoint, message queue, event stream | | | Communication Endpoint | DDS Topic, API endpoint, message queue, event stream | | ||
| | Data Structure Definition | IDL structure, JSON Schema, XML Schema, UML/SysML model | | | Data Structure Definition | IDL structure, JSON Schema, XML Schema, UML/SysML model | | ||
| Line 20: | Line 20: | ||
| | Evidence | Logs, captured samples, test reports, deployment records, and Crucible records | | | Evidence | Logs, captured samples, test reports, deployment records, and Crucible records | | ||
| - | The later-layer | + | The later-layer |
| ---- | ---- | ||