Hexagonal architecture (software): Difference between revisions

Content deleted Content added
Cth027 (talk | contribs)
m References: spaces
Principle: Fixed typo
Tags: Mobile edit Mobile web edit
Line 17:
* in an extreme case, there could be a different port for every [[use case]], if needed.
 
[[Adapter pattern|Adapters]] are the glue between components and with the outside world. They tailor the exchanges between the external world and the portports sthatthat represent the requirements of the inside of the application component. There can be several adapters for one port, for example if data can be provided by a user through a GUI or a command line interface, by an automated data source, or by test scripts.
 
== Usage, criticism and evolution ==