-
Since project is based on `hexagonal architecture` current division into directories is not proper.
- [x] Move /Model class definitions into `Core/Domain`, make them mutable.
- [x] Move Dto object…
-
-
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.iluwatar.async.method.invocation.AppTest
00:02:43.640 [exec…
-
Hi,
I am trying to implement a rule, but I am facing some strange behavior. The rule is someting like this :
in hexagonal architecture, we have interfaces declared in `domain` package, that are i…
-
https://github.com/ajgrover/hexagonal-architecture-python/blob/master/hex/web/post_blueprint.py
-
Extract from the comments of http://java-design-patterns.com/blog/build-maintainable-systems-with-hexagonal-architecture/:
>> Hello IIkka. First of all, you're wellcome, you don't have to say thank…
-
Hi @mploed!
Thanks for creating this public example. I like the idea to use package-scoping to hide the aggregate's containing entities and value objects from the public, although this is quite dif…
-
We applied a hexagonal architecture to our Inventory Bounded Context. We use CQRS and event sourcing. Is it a good idea to create a separate .exe process for read side for example and scale it separat…
-
Add Koio: element to point to "key analytic result representations" similar to d"domain" or "business logic" in a hexagonal application architecture. (Formerly koio:Payload; probably "optional")
-
Not sure, really
can the model have dependencies of repository classes?
com.iluwatar.hexagonal.domain.LotteryService has a dependency on LotteryTicketRepository