Task: Define Information Model
Create a model of the business entities.
Disciplines: Architecture Modeling
Purpose
Supports database design, message schem design, and design of entity services.
Relationships
RolesPrimary Performer: Additional Performers:
InputsMandatory:
    Optional:
    • None
    Outputs
      Main Description

      Using the information gathered about the business processes, develop a information model. The primary entities in this model represent the main business documents of the business unit. To have entities relate to each other, the model may be created according to the business’s rules and policies. Examples of domain entities include Customer, Account, and so on.

      The entity model is ultimately represented as POJOs in the application’s “domain tier” during service-oriented design