-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Mastering Microservices with Java 9 - Second Edition
By :
This chapter sets the tone for the rest of the chapters by referring to one sample project. The sample project will be used to explain different microservices concepts from here onward. This chapter uses this sample project to drive through different combinations of functional and domain services, or applications to explain domain-driven design (DDD). It will help you to learn the fundamentals of DDD and its practical usage. You will also learn the concepts of designing domain models using REST services.
This chapter covers the following topics:
A good software design is as much the key to the success of a product or services as the functionalities offered by it. It carries equal weight to the success of product; for example, Amazon.com provides the shopping platform, but its architecture design makes it different from other similar sites and contributes...