Closed marcuspeh closed 3 years ago
i feel that many of the styles given are not strictly mutually exclusive. imo, event driven style seems to be a more specific form of transactional style (where the events are the transactions).
Transactions are entities that are passed along and eventually, processed e.g., a new data item originates in the GUI, passed along to the storage layer, and saved in the database. Events are 'happenings' others subscribe to, and react to e.g., several components of a GUI might change when a user clicks on a button.
Thanks for explaining Prof!
How is transaction processing architectural style different from event-driven architectural style? Is transaction processing kind of automated whereas event requires some input?