The document discusses event driven architectures and how they have evolved over time. It describes how event driven design first emerged with control engineering applications using sensors. Standards like CORBA aimed to facilitate interoperability but still had tight coupling. Later, SOA introduced looser coupling but still had request/response services. Event driven architecture takes a different approach where systems react to events in an asynchronous, distributed manner using an enterprise service bus to connect applications.