Hexagonal Architecture: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Software Architecture")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=External=
* http://alistair.cockburn.us/Hexagonal+architecture
=Internal=
=Internal=


* [[Software Architecture#Subjects|Software Architecture]]
* [[Software Architecture#Subjects|Software Architecture]]
* [[Design_Patterns#Pattern_Hierarchy|Design Patterns]]
=Overview=
Create your application to work without either a UI or a database so you can run automated regression-tests against the application, work when the database becomes unavailable, and link applications together without any user involvement.

Latest revision as of 21:36, 16 February 2024

External

Internal

Overview

Create your application to work without either a UI or a database so you can run automated regression-tests against the application, work when the database becomes unavailable, and link applications together without any user involvement.