Hexagonal architecture is an architecture pattern created by Alistair Cockburn. The team announces the end of the development of the framework and an end of maintenance on December 31, 2021 (https://blog.angular.io/stable-angularjs-and-long-term)

20m read timeFrom dev.to
Post cover image
Table of contents
PresentationAcknowledgementsObservationsIssuesFocus on AngularJSHow to avoid it?Hexagonal architecture for the front endStarting projectGoalOrganization of the new projectIdentify your business requirementsDomain - API interfaces creationDomain - SPI interfaces creationDomain - Writing the business logicDomain - setting up the stubsTest your business logic domainWriting adaptersHexagon loadingConnecting the domain to the frameworkHow to use a business domain from within another business domain?How to manage business events?How to manage persistence (session, cookies …) ?Use of web componentsEnd-to-End Tests (E2E) with PlaywrightFinal projectConclusionLinks
2 Comments

Sort: