About this document
Understanding Repository Architecture by Jaydeep Thakkar is a document available to read on EtoBox.
In a repository architecture style: 1. The data store is passive and clients actively control the logic flow by checking the data store for changes. 2. There is a central data structure representing the current state and independent components operate on this shared data repository. 3. Components interface the same dataset utilized system wide, so data manipulation in one component is reflected identically in others. Components can be interchanged independently.
- Author
- Jaydeep Thakkar
- Language
- EN