- Mastering Microservices with Java
- Sourabh Sharma
- 248字
- 2021-07-02 13:03:34
Domain-Driven Design
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 microservice 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 about concepts related to the design of domain models using REST services.
This chapter covers the following topics:
- The fundamentals of DDD
- How to design an application using DDD
- Domain models
- A sample domain model design based on DDD
Good software design is as much the key to the success of a product or service as the functionalities offered by it, adding equal weight to the success of the product; for example, Amazon provides a shopping platform, but its architecture design makes it different from other similar sites and contributes to its success. This shows how important a software or architecture design is to the success of a product/service. DDD is a software design practice, and we'll explore it with various theories and practical examples.
DDD is a key design practice that can be used to design the microservices of the product that you are developing. Therefore, we'll first explore DDD, before jumping into the development of microservices. After studying this chapter, you will understand the importance of DDD for microservices development.
- Learning Neo4j
- Apache Oozie Essentials
- Mastering JavaScript Object-Oriented Programming
- SQL學習指南(第3版)
- Learning Docker
- Building a Game with Unity and Blender
- C語言程序設計基礎與實驗指導
- Learning Linux Binary Analysis
- ADI DSP應用技術集錦
- GeoServer Beginner's Guide(Second Edition)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Serverless架構
- ANSYS Fluent 二次開發指南
- 精通Python自動化編程
- Oracle GoldenGate 12c Implementer's Guide