...
/Architecture in Gathering Requirements
Architecture in Gathering Requirements
Learn to view from a technical standpoint and the limitations of such a view.
We'll cover the following...
Knowledge exploration exercises
Earlier in this course, I discussed various kinds of knowledge exploration exercises, such as Event Storming and Whiteboard Modeling. While these techniques help bring implementation closer to a domain, they also serve as technical guidelines for architecture and design activities. Let us review both of these exercises from a technical viewpoint.
When conducting Event Storming sessions, the outcome is a repository of events, commands, and aggregates. These concepts directly map into application building blocks with the same names. Specifically, events discovered during Event Storming will turn into events of Event-Driven Architecture (EDA; see ...