• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Wrapping Business Rules inside Domain Hexagon

 
Ranch Hand
Posts: 686
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Davi
I show this link and there are some interesting diagrams.
https://static.packt-cdn.com/downloads/9781801816489_ColorImages.pdf
In chapter 2 there is an interesting diagram including router, network, switch and IP?
What this chapter is supposed to talk about in relation to those entities.
 
Author
Posts: 12
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jignesh,

I spent some time finding a scenario where I could explore DDD ideas in conjunction with hexagonal architecture ones. After further consideration, I decided that a network inventory system would help illustrate some concepts. So my intent in chapter 2 was to use routers, networks, switches, and IPs as assets to create a domain model. In the light of DDD concepts and the domain model proposed in the book, a router would be an Entity, network a Volume Object, and so on.

The link https://static.packt-cdn.com/downloads/9781801816489_ColorImages.pdf contains all the diagrams from the book. Chapter 2 plays a fundamental role in providing some basic concepts that support the development of the book's chapters. The network assets choice was just something that I picked to illustrate my ideas.

With much respect,
Davi
 
Jignesh Patel
Ranch Hand
Posts: 686
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Davi
I am surely going to read the book. Let me know when this is available.
reply
    Bookmark Topic Watch Topic
  • New Topic