- Mastering Microservices with Java 9(Second Edition)
- Sourabh Sharma
- 241字
- 2021-07-02 21:54:47
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 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:
- Fundamentals of DDD
- How to design an application using DDD
- Domain models
- A sample domain model design based on DDD
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 to its success. It shows how important a software or architecture design is for the success of a product/service. DDD is one of the software design practices, and we'll explore it with various theories and practical examples.
DDD is a key design practice that helps to design the microservices of the product that you are developing. Therefore, we'll first explore DDD before jumping into microservices development. After studying this chapter, you will understand the importance of DDD for microservices development.
- Visual Studio 2012 Cookbook
- Python數(shù)據(jù)可視化:基于Bokeh的可視化繪圖
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- Arduino開發(fā)實戰(zhàn)指南:LabVIEW卷
- Practical DevOps
- INSTANT MinGW Starter
- Learning Python by Building Games
- Frank Kane's Taming Big Data with Apache Spark and Python
- Instant PHP Web Scraping
- GameMaker Essentials
- C指針原理揭秘:基于底層實現(xiàn)機(jī)制
- 零基礎(chǔ)C#學(xué)習(xí)筆記
- Julia High Performance(Second Edition)
- JavaScript編程精解(原書第2版)
- JavaScript Unit Testing