45.5k views
0 votes
Which of the following are examples of the separation of domain principle?

A) Context-dependent output encoding
B) Embedded SQL
C) Web framework filters
D) Angular JS
E) Bean validation

1 Answer

4 votes

Final answer:

Examples of the separation of domain principle include web framework filters, bean validation, and Angular JS.

Step-by-step explanation:

The separation of domain principle refers to the concept of isolating different concerns in software development. Out of the given options, examples of the separation of domain principle include:

  1. Web framework filters: These are used to separate cross-cutting concerns like authentication and logging from the core application logic.
  2. Bean validation: It separates the validation logic from the domain objects, enabling reusable and configurable validation rules.
  3. Angular JS: It follows a component-based architecture, allowing developers to separate concerns like rendering, business logic, and data access.
User Mohammed Shareef C
by
8.3k points