In part 1, we outlined the problem of having to compose data from different service boundaries.
In this post we will look at some specific implementation details.
Server Side Model Composition
There are 2 key parts to this implementation of server side model composition.
- A custom HTTP request handler.
- An Interface for interceptors to populate a view model with their own data.