Artifact: Domain framework
It's a layer between generator and comonent framework.
Domains: Development
Purpose
To isolate code, use well known patterns and structures, remove duplications from generator code, hide platform specific details. Generated aplications have similar structure and use patterns. The code is more readable, and easy to understand.
Relationships
RolesResponsible: Modified By:
TasksInput To:
Output From:
Description
Main Description

A framework predefines domain concepts utilites so that the application developer, can concentrate on the specifics of the application. With a framework the developer has to write methods with particular names and calling conventions, to reduce the decisions  to make.

Tailoring
Impact of not havingWeight of not having this artifact, will move to generator artifact.
Reasons for not needing

Programming language used in solution should be on a relatively high level, or domain specific.

More Information