Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

A preliminary understanding of the "hexagonal" architecture design theory

2025-01-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Today, when reading the book "building microservice", I learned that this theory is applied not only to micro-service design but also to domain-driven.

The hexagonal architecture is a style that layers objects in a way that separates core logic from external elements. The core logic is specific to your business, and external elements are like integration points, such as DB, external API,UI, and so on. It divides the software into internal and external parts. The internal components contain the core business logic and domain layer (explained in LayeredArchitecture). The external part includes the user interface, database, messaging and other things. Both internal and external components communicate with each other through ports and adapters.

The hexagonal architecture revolves more around ports and adapters. In Java, the interface implements the port, and the implementation class is used as an adapter.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report