Hexagonal Architecture: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Software Architecture")
 
No edit summary
Line 1: Line 1:
=External=
* http://alistair.cockburn.us/Hexagonal+architecture
=Internal=
=Internal=


* [[Software Architecture#Subjects|Software Architecture]]
* [[Software Architecture#Subjects|Software Architecture]]
=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.

Revision as of 18:28, 14 March 2016

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.