Tagged Questions
2
votes
2answers
220 views
Identifying Domain Services & Application Services when doing DDD
-I'm trying to figure out how to identify Application Services in my application. I think I can identify a Domain service by 2 things:
It acts as a facade to the repository.
It holds business logic ...
2
votes
1answer
288 views
Service Layer - how broad should it be, and should it also be used from the local application?
The background:
I need to build a desktop application with some operations (CRUD and more) (=winforms), I need to make another application which will re-use some of the functions of the main ...
9
votes
2answers
2k views
What is a recommended pattern for REST endpoints planning for foresighted changes
Trying to design an API for external applications with foresight for change isn't easy, but a little thought up front can make life easier later on. I'm trying to establish a scheme that will support ...