Eric Evans: Domain-Driven Design. Tackling Complexity in the Heart of Software. Addison-Wesley, 2003, ISBN 0-321-12521-5 (englisch, dddcommunity.org [abgerufen am 3. März 2023]).
Eric Evans: Domain-Driven Design. Tackling Complexity in the Heart of Software. Addison-Wesley, 2003, ISBN 0-321-12521-5, S.xxii (englisch, dddcommunity.org [abgerufen am 3. März 2023]).
domaindrivendesign.org
Eric Evans: What I’ve learned about DDD since the book. (Video) Domain Language, Inc., Mai 2009, abgerufen am 23. Oktober 2010 (englisch, Diskussion der Domain Events von 13:00 bis 28:05. Präsentation aufgenommen bei DDD-NYC SIG, ursprünglich präsentiert auf der QCon London 2009).
Martin Fowler: Transaction Script. Organizes business logic by procedures where each procedure handles a single request from the presentation. Abgerufen am 9. Juli 2022 (englisch): „Most business applications can be thought of as a series of transactions. A transaction may view some information as organized in a particular way, another will make changes to it. Each interaction between a client system and a server system contains a certain amount of logic. In some cases this can be as simple as displaying information in the database. In others it may involve many steps of validations and calculations. A Transaction Script organizes all this logic primarily as a single procedure, making calls directly to the database or through a thin database wrapper. Each transaction will have its own Transaction Script, although common subtasks can be broken into subprocedures.“