Podcast
Questions and Answers
외부 시스템과 서비스와 상호 작용해야 하는 응용 프로그램에서 중요한 것은 무엇인가요?
외부 시스템과 서비스와 상호 작용해야 하는 응용 프로그램에서 중요한 것은 무엇인가요?
- 실제 세계 개체의 표현을 포함하는 도메인 모델
- Strangler Fg 패턴 또는 장애 예방 레이어 패턴 사용
- 구조적 설계를 방해할 수 있는 구식 데이터 스키마 또는 일반적이지 않은 API 사용
- 응용 프로그램과 외부 시스템 간의 경계 정의 (correct)
외부 시스템에서 구식 데이터 스키마나 일반적이지 않은 API를 사용하면 무엇이 방해될 수 있나요?
외부 시스템에서 구식 데이터 스키마나 일반적이지 않은 API를 사용하면 무엇이 방해될 수 있나요?
- 실제 세계 개체의 표현을 포함하는 도메인 모델
- 구조적 설계 (correct)
- 모두 틀림
- 응용 프로그램과 외부 시스템 간의 경계 정의
응용 프로그램과 외부 시스템 간의 경계를 정의하는 데 무엇이 사용될 수 있나요?
응용 프로그램과 외부 시스템 간의 경계를 정의하는 데 무엇이 사용될 수 있나요?
- 도메인 모델
- Strangler Fg 패턴
- 모두 맞음 (correct)
- Fault prevention layer 패턴
실제 세계 개체의 표현을 포함하는 것은 무엇인가요?
실제 세계 개체의 표현을 포함하는 것은 무엇인가요?
모든 시스템의 모든 부분이 동일한 엔티티에 대해 동일한 표현을 사용해야 할 필요가 있나요?
모든 시스템의 모든 부분이 동일한 엔티티에 대해 동일한 표현을 사용해야 할 필요가 있나요?
다른 문맥에서 동일한 실제 세계 개체를 나타내기 위해 별도의 모델을 설계할 수 있나요?
다른 문맥에서 동일한 실제 세계 개체를 나타내기 위해 별도의 모델을 설계할 수 있나요?
Flashcards are hidden until you start studying
Study Notes
- Applications must interact with external systems and services, making it important to include them in the domain model.
- Using outdated data schemas or uncommon APIs from external systems can hinder structural design.
- Defining the boundary between the application and the external system is important in this case.
- Strangler Fg pattern or fault prevention layer pattern can be used for this purpose.
- The domain model includes representations of real-world entities such as users, drones, and packages.
- Not all parts of the system need to use identical representations for the same entity.
- Separate models can be designed to represent the same real-world entity in different contexts.
- Each model includes only the relevant functions and characteristics for a specific context.
- Limited context is the boundary within a domain where a specific domain model is applied.
- Context boundaries can be grouped based on whether multiple functions share a single domain model.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.