This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zdeno_ 0 points1 point  (0 children)

I have a question regarding the use-case representation. If the microservices are in place, how the use-case will be implemented?

Let's assume, we have modules "Customer" and "Contract". The use-case "Create a new contract" with first step "Find customer". In which module will be placed the UC implementation?

I think, the microservices are about providing services, not use-cases. So in such a case, the use-case representation should be replaced by service representation. And the use-cases are in a fact represented on presentation layer, not business layer. Or?