{"id":518,"date":"2025-10-02T10:06:00","date_gmt":"2025-10-02T08:06:00","guid":{"rendered":"https:\/\/itsonix.laolaweb.com\/?p=518"},"modified":"2026-05-13T10:14:49","modified_gmt":"2026-05-13T08:14:49","slug":"hexagonal-architecture-expertise-at-the-center","status":"publish","type":"post","link":"https:\/\/itsonix.eu\/en\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/","title":{"rendered":"Hexagonal Architecture \u2013 A Focus on Expertise"},"content":{"rendered":"<p class=\"wp-block-paragraph\">As software projects become increasingly complex, the structured organization of code becomes a key challenge. Traditionally, layered architectures have become the standard for larger applications, designed to create a clear separation between presentation, business logic, and data access. In practice, however, this approach often leads precisely to technical dependencies permeating all layers and the actual business logic being dominated by infrastructure decisions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In our Architecture Circle, our Xperts focus on modern software design approaches, among other things, and contribute their expertise to ensure that projects remain maintainable and flexible over the long term. One particularly proven pattern here is Alistair Cockburn\u2019s hexagonal architecture\u2014also known as \u201ePorts and Adapters\u201c\u2014which brings about a fundamental reversal of dependency directions: The business logic takes center stage, while all technical details are abstracted to the outside via defined interfaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This architecture addresses a central problem in modern software development: How can we implement business requirements without being constrained by technical decisions? How do we create software that remains flexibly adaptable over the years?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why Traditional Layered Architectures Are Reaching Their Limits<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To understand the added value of hexagonal architecture, it\u2019s worth taking a brief look at the classic layered models\u2014and at why they often reach their limits in practice.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/test.itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-1024x1024.png\" alt=\"\" class=\"wp-image-523\" title=\"hexagonal_architecture-layer\" srcset=\"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-1024x1024.png 1024w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-300x300.png 300w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-150x150.png 150w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-768x768.png 768w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer-1536x1536.png 1536w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-layer.png 1833w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">The widely used layered architecture, with its three-tier division into presentation, business logic, and data access, often leads to problems in larger projects:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Technical dependencies permeate all layers:<\/strong> If the business logic accesses the data access layer directly, dependencies on technical details arise that affect the business logic. This often becomes apparent when database models are used directly within the business logic. These models are usually designed according to the specifications of the persistence layer\u2014for example, due to requirements from frameworks such as JPA or Hibernate, which enforce public getters and setters. As a result, business invariants can be undermined, and the logic becomes unnecessarily tied to specific database technologies.<\/li>\n\n\n\n<li><strong>Layer boundaries are becoming less distinct:<\/strong> When under time pressure, developers tend to blur the boundaries between the layers. As a result, business logic may end up in the presentation layer, or technical details may find their way into the business logic. As a result, the business logic code becomes increasingly difficult to understand; important aspects are harder to identify and can easily be lost during technical adjustments.<\/li>\n\n\n\n<li><strong>Testability suffers:<\/strong> Business logic cannot be tested in isolation without technical dependencies such as databases.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">The Hexagonal Principle: Business Logic at the Center<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The hexagonal architecture addresses precisely these weaknesses and flips the perspective: the business logic takes center stage, not the data. All technical details are abstracted to the outside via defined interfaces\u2014known as ports\u2014and implemented using adapters. Ports are part of the business logic and are therefore also given business-specific names.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The core idea: The application defines what it needs (ports), but not how it is implemented (adapters). This results in clear dependency directions: All dependencies point inward toward the application core. To make this principle more tangible, a distinction is made between primary and secondary ports\u2014depending on whether the application is being controlled or is itself controlling other systems.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"718\" src=\"https:\/\/test.itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik001-1024x718.png\" alt=\"\" class=\"wp-image-522\" title=\"hexagonal_architecture-graphic001\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Application<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In practice, this means that the business logic exposes its use cases via primary ports and uses secondary ports to connect to external systems, such as databases or payment services. In doing so, it remains completely free of technical dependencies.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"718\" src=\"https:\/\/test.itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-1024x718.png\" alt=\"\" class=\"wp-image-521\" title=\"hexagonale_architektur-grafik002.png\" srcset=\"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-1024x718.png 1024w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-300x210.png 300w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-768x539.png 768w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-1536x1078.png 1536w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik002.png-2048x1437.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 1:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/ prim\u00e4rer Port\ninterface UserRegistrationUseCase {\n    fun registerUser(user: User): User\n}\n\/\/ sekund\u00e4re Ports\ninterface UserRepository {\n    fun add(user: User): User\n    fun existsByEmail(email: String): Boolean\n}\ninterface UserNotificationService {\n    fun sendWelcomeMessage(user: User)\n}\n\/\/ Gesch\u00e4ftslogik\ndata class User(\n   private val id: String,\n   private val name: String,\n   private val email: String\n) {\n    companion object {\n        fun create(name: String, email: String): Appointment {\n            require(!name.isBlank(), \u201ename must not be blank\u201c)\n            require(isMailAddress(email), \u201eemail must be a valid mail adress\u201c)\n            return User(UUID.randomUUID().toString(), name, email)\n        }\n    }\n}\nclass UserRegistrationService(\n    private val userRepository: UserRepository,\n    private val userNotificationService: UserNotificationService\n) : UserRegistrationUseCase {\n\n    override fun registerUser(user: User): User {\n        check(!userRepository.existsByEmail(user.email), \"user with that email is already registered\")           \n        val newUser = userRepository.add(user)\n        userNotificationService.sendWelcomeMessage(newUser)\n        return newUser\n    }\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Adapters \u2013 Interfaces to the Outside World<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Adapters technically implement the previously defined ports. They translate the business logic interfaces into specific technologies\u2014such as REST controllers, database access, or integrations with external services. This ensures that the business logic itself remains unchanged, even if the infrastructure or the frameworks used change over time.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Primary Adapters \u2013 Controlling the Application<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Primary adapters, or driving adapters, provide the technical connection to the application. They control the respective use case by calling the corresponding primary ports.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A REST controller, acting as the primary adapter, translates HTTP requests into business operations:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"718\" src=\"https:\/\/test.itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-1024x718.png\" alt=\"\" class=\"wp-image-520\" title=\"hexagonal_architecture_image03\" srcset=\"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-1024x718.png 1024w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-300x210.png 300w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-768x539.png 768w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-1536x1078.png 1536w, https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur_bild03-2048x1437.png 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 2:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@RestController\n@RequestMapping(\"\/api\/users\")\nclass UserRegistrationController(\n    private val userRegistrationUseCase: UserRegistrationUseCase\n) {\n\n    @PostMapping(\"\/register\")\n    fun registerUser(@RequestBody request: UserRegistrationRequest): ResponseEntity {\n try {\n userRegistrationUseCase.registerUser(request.toDomain())\n            return ResponseEntity.ok()\n } catch (Exception e) {\n return ResponseEntity.badRequest().body(createErrorResponse(e))\n }\n    }\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Secondary Adapters \u2013 Connecting the Infrastructure<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">This is where the Dependency Inversion Principle comes into play: The business logic defines the interface through secondary ports, and the infrastructure implements it using a secondary adapter. As a result, the business logic remains independent of specific technologies and can continue to function even if external systems or frameworks change.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/test.itsonix.eu\/wp-content\/uploads\/2026\/05\/hexagonale_architektur-grafik04.png-scaled.png\" alt=\"\" title=\"hexagonale_architektur-grafik04.png\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 3:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class JpaUserRepository(\n    private val springDataUserRepository: SpringDataUserRepository\n) : UserRepository {\n\n    override fun add(user: User): User {\n val entity = mapToEntity(user)\n val savedEntity = springDataUserRepository.save(entity)\n return savedEntity.toDomain()\n    }\n\n    override fun existsByEmail(email: String): Boolean {\n return springDataUserRepository.existsByEmail(email) \n }\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Mapping Between Layers \u2013 A Conscious Decision<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A key aspect of hexagonal architecture is the mapping between domain objects and infrastructure objects.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Domain Objects<\/strong> represent the business logic\u2014that is, concepts and rules from the application domain, such as \"Order\" or \"Invoice.\" They do not include technical details.<\/li>\n\n\n\n<li><strong>Infrastructure Assets<\/strong> (or adapter models), on the other hand, are tailored to frameworks or external systems, such as database entities or DTOs for a REST API.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Even though this mapping may seem like extra work at first, it offers significant advantages:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Technical details are left out:<\/strong> Annotations for, e.g., the Validation API, JSON serialization, JPA, and other framework-specific details are present only in the adapter models and do not affect the business logic models.<\/li>\n\n\n\n<li><strong>Flexibility in Technology Transitions:<\/strong> Switching from, for example, REST to a message bus requires changes only in the adapter.<\/li>\n\n\n\n<li><strong>Clear Data Contracts:<\/strong> Each layer has its own optimized data structures.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">However, this approach also comes at a cost: Mapping logic and data conversions must be maintained for each interface. In smaller projects, the overhead can quickly seem disproportionate\u2014but in more complex applications, the benefits usually outweigh the costs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 4:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>data class UserRegistrationRequest(\n    @Size(min = 3) val name: String,\n    @Email val email: String\n) {\n    fun toDomain() = User.create(name = name, email = email)\n}\n\n@Entity\n@Table(name = \"users\")\ndata class UserEntity(\n    @Id val id: String,\n    @Column(unique = true) val email: String,\n    val name: String,\n    @Column(name = \"created_at\") val createdAt: LocalDateTime\n) {\n    fun toDomain() = User(id = id, name = name, email = email)\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Testing<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Another advantage becomes apparent during testing: Thanks to this clear separation, technical tests can be easily conducted independently of the infrastructure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The hexagonal architecture elegantly enables isolated testing. The business logic can be tested entirely without external dependencies, since only the port interfaces need to be replaced with mocks.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Example 5:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class UserRegistrationServiceTest {\n\n private val mockUserRepository = mockk()\n    private val mockUserNotificationService = mockk()\n    private val userRegistrationService = UserRegistrationService(\n        mockUserRepository, \n mockUserNotificationService\n    )\n\n @Test\n    fun `should successfully register a user`() {\n \/\/ Arrange\n val user = User (email = \"test@example.com\", name = \"Test User\")\n        every { mockUserRepository.existsByEmail(user.email) } returns false\n every { mockUserRepository.save(any()) } returnsArgument 0\n every { mockUserNotificationService.sendWelcomeMessage(any()) } just Runs\n\n        \/\/ Act\n userRegistrationService.registerUser(user)\n\n \/\/ Assert\n verify { mockUserRepository.save(any()) }\n verify { mockEmailService.sendWelcomeMessage(user) }\n    }\n}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits for Sustainable Software Development<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The hexagonal architecture offers concrete advantages for the long-term maintainability of software:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Flexibility in Technology Decisions:<\/strong> Frameworks or external APIs can be replaced without altering the business logic.<\/li>\n\n\n\n<li><strong>Improved testability:<\/strong> Business logic can be tested in a fully isolated environment.<\/li>\n\n\n\n<li><strong>Clearer structures:<\/strong> Business and technical aspects are clearly separated; in particular, the business logic is easier to understand and therefore easier to maintain.<\/li>\n\n\n\n<li><strong>Parallel development:<\/strong> Teams can work on adapters and business logic in parallel once the interfaces have been defined by ports.<\/li>\n\n\n\n<li><strong>Reduced technical debt:<\/strong> Upgrades and refactorings become less risky.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">When is it worth using?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Despite these advantages, the hexagonal architecture is not the right choice for every project. It is particularly well-suited for:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Complex business applications with an expected lifespan of several years.<\/li>\n\n\n\n<li>Projects with evolving technology requirements.<\/li>\n\n\n\n<li>Applications with complex business logic that must be testable in isolation.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The additional effort involved in mapping between domain and infrastructure objects is the biggest drawback here. For simple applications or prototypes, this overhead can quickly become excessive.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The hexagonal architecture brings order to complex systems: business logic at the core, with technology neatly decoupled. This makes applications durable, testable, and flexible\u2014exactly the qualities that are crucial in future-proof software projects.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, this approach comes at a cost. The additional mapping involves extra effort, which can quickly seem excessive in small or short-term projects. However, in complex business applications, this investment pays off: It prevents technical dependencies, reduces risks associated with technology changes, and lays the foundation for sustainable further development.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This means that the hexagonal architecture is not a panacea, but rather a strategic tool. Anyone seeking to develop stable systems over the long term will benefit from a clear separation between business logic and technology. It becomes particularly interesting when this approach is combined with other concepts such as Domain-Driven Design (DDD)\u2014since both aim to consistently place business logic at the heart of the software. You can find out more about DDD itself in one of our earlier <a href=\"https:\/\/itsonix.eu\/en\/blog\/2023-domain-driven-design\/\" target=\"_blank\" rel=\"noreferrer noopener\">Blog Posts<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Mit wachsender Komplexit\u00e4t von Softwareprojekten wird die strukturierte Organisation des Codes zur zentralen Herausforderung. Traditionell haben sich f\u00fcr gr\u00f6\u00dfere Anwendungen Schichtenarchitekturen etabliert, die eine klare Trennung zwischen Pr\u00e4sentation, Gesch\u00e4ftslogik und Datenzugriff schaffen sollten. In der Praxis f\u00fchrt diese Herangehensweise jedoch oft genau dazu, dass technische Abh\u00e4ngigkeiten alle Schichten durchdringen und die eigentliche Fachlogik von Infrastruktur-Entscheidungen [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":524,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-518","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softwareentwicklung"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hexagonale Architektur \u2013 Fachlichkeit im Zentrum - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen<\/title>\n<meta name=\"description\" content=\"it Sonix Blog: Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/itsonix.eu\/en\/blog\/hexagonal-architecture-expertise-at-the-center\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\" \/>\n<meta property=\"og:description\" content=\"it Sonix Blog: Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itsonix.eu\/en\/blog\/hexagonal-architecture-expertise-at-the-center\/\" \/>\n<meta property=\"og:site_name\" content=\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-02T08:06:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T08:14:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1840\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Praktikant\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Praktikant\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/\"},\"author\":{\"name\":\"Praktikant\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/person\\\/829813e3a66c2dfbb030cd6647f3caf3\"},\"headline\":\"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\",\"datePublished\":\"2025-10-02T08:06:00+00:00\",\"dateModified\":\"2026-05-13T08:14:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/\"},\"wordCount\":1250,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/heablogbeitrag-hexagonale-architektur.jpg\",\"articleSection\":[\"Softwareentwicklung\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/\",\"name\":\"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/heablogbeitrag-hexagonale-architektur.jpg\",\"datePublished\":\"2025-10-02T08:06:00+00:00\",\"dateModified\":\"2026-05-13T08:14:49+00:00\",\"description\":\"it Sonix Blog: Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#primaryimage\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/heablogbeitrag-hexagonale-architektur.jpg\",\"contentUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/heablogbeitrag-hexagonale-architektur.jpg\",\"width\":1840,\"height\":800,\"caption\":\"Illustration Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/blog\\\/hexagonale-architektur-fachlichkeit-im-zentrum\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\",\"name\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#organization\",\"name\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/itsonix_rgb.png\",\"contentUrl\":\"https:\\\/\\\/itsonix.eu\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/itsonix_rgb.png\",\"width\":1755,\"height\":296,\"caption\":\"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen\"},\"image\":{\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/itsonix.eu\\\/de\\\/#\\\/schema\\\/person\\\/829813e3a66c2dfbb030cd6647f3caf3\",\"name\":\"Praktikant\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g\",\"caption\":\"Praktikant\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hexagonal Architecture \u2013 Focus on Expertise - IT Sonix - Your Partner for Custom Software Solutions","description":"it Sonix Blog: Hexagonal Architecture\u2014Focus on Technical Expertise","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/itsonix.eu\/en\/blog\/hexagonal-architecture-expertise-at-the-center\/","og_locale":"en_US","og_type":"article","og_title":"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum - IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen","og_description":"it Sonix Blog: Hexagonale Architektur \u2013 Fachlichkeit im Zentrum","og_url":"https:\/\/itsonix.eu\/en\/blog\/hexagonal-architecture-expertise-at-the-center\/","og_site_name":"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen","article_published_time":"2025-10-02T08:06:00+00:00","article_modified_time":"2026-05-13T08:14:49+00:00","og_image":[{"width":1840,"height":800,"url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg","type":"image\/jpeg"}],"author":"Praktikant","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Praktikant","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#article","isPartOf":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/"},"author":{"name":"Praktikant","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/person\/829813e3a66c2dfbb030cd6647f3caf3"},"headline":"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum","datePublished":"2025-10-02T08:06:00+00:00","dateModified":"2026-05-13T08:14:49+00:00","mainEntityOfPage":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/"},"wordCount":1250,"commentCount":0,"publisher":{"@id":"https:\/\/itsonix.eu\/de\/#organization"},"image":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#primaryimage"},"thumbnailUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg","articleSection":["Softwareentwicklung"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/","url":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/","name":"Hexagonal Architecture \u2013 Focus on Expertise - IT Sonix - Your Partner for Custom Software Solutions","isPartOf":{"@id":"https:\/\/itsonix.eu\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#primaryimage"},"image":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#primaryimage"},"thumbnailUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg","datePublished":"2025-10-02T08:06:00+00:00","dateModified":"2026-05-13T08:14:49+00:00","description":"it Sonix Blog: Hexagonal Architecture\u2014Focus on Technical Expertise","breadcrumb":{"@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#primaryimage","url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg","contentUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/heablogbeitrag-hexagonale-architektur.jpg","width":1840,"height":800,"caption":"Illustration Hexagonale Architektur \u2013 Fachlichkeit im Zentrum"},{"@type":"BreadcrumbList","@id":"https:\/\/itsonix.eu\/blog\/hexagonale-architektur-fachlichkeit-im-zentrum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/itsonix.eu\/de\/"},{"@type":"ListItem","position":2,"name":"Hexagonale Architektur \u2013 Fachlichkeit im Zentrum"}]},{"@type":"WebSite","@id":"https:\/\/itsonix.eu\/de\/#website","url":"https:\/\/itsonix.eu\/de\/","name":"IT Sonix - Your Partner for Custom Software Solutions","description":"","publisher":{"@id":"https:\/\/itsonix.eu\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itsonix.eu\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itsonix.eu\/de\/#organization","name":"IT Sonix - Your Partner for Custom Software Solutions","url":"https:\/\/itsonix.eu\/de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/logo\/image\/","url":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/itsonix_rgb.png","contentUrl":"https:\/\/itsonix.eu\/wp-content\/uploads\/2026\/05\/itsonix_rgb.png","width":1755,"height":296,"caption":"IT Sonix - Ihr Partner f\u00fcr individuelle Softwarel\u00f6sungen"},"image":{"@id":"https:\/\/itsonix.eu\/de\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/itsonix.eu\/de\/#\/schema\/person\/829813e3a66c2dfbb030cd6647f3caf3","name":"Intern","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5dcf1b27e4ed416dc1ee2931ab8eac2c1ed8dc060bed9a0d6bb1f0501c05c25d?s=96&d=mm&r=g","caption":"Praktikant"}}]}},"_links":{"self":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/comments?post=518"}],"version-history":[{"count":1,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/518\/revisions"}],"predecessor-version":[{"id":525,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/posts\/518\/revisions\/525"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/media\/524"}],"wp:attachment":[{"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/media?parent=518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/categories?post=518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itsonix.eu\/en\/wp-json\/wp\/v2\/tags?post=518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}