November 2022
Intermediate to advanced
544 pages
15h 47m
English
In this appendix, we return to the fictitious case we introduced in Chapter 2, “Lake-side Mutual Case Study.” Many examples from the case are provided in Part 2. Here, we feature selected specification and implementation details.
Many of the patterns from this book were applied in the Lakeside Mutual case. Some examples follow:
The class InsuranceQuoteRequestProcessingResource.java in the Policy Management microservice is an activity-oriented PROCESSING RESOURCE, which is indicated by its name suffix. The data-oriented CustomerInformationHolder.java in the Customer Core service is an INFORMATION HOLDER RESOURCE.
The representation element customerProfile in CustomerDto.java ...