- 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.
- 單片機應用技術
- Java Web開發技術教程
- SQL Server 2012數據庫管理與開發項目教程
- C語言程序設計實驗指導 (第2版)
- 計算機應用基礎實踐教程
- Java程序設計入門
- Learning Concurrency in Kotlin
- Mastering React
- iPhone應用開發從入門到精通
- INSTANT Yii 1.1 Application Development Starter
- Zabbix Performance Tuning
- Learning Nessus for Penetration Testing
- Learning Kotlin by building Android Applications
- 軟件測試分析與實踐
- 零基礎學Java第2版