Artifact: Implementation
Software code files (source, binary or executable), data files, and documentation files such as online help files that represent the raw parts of a system that can be built.
Domain:  Development
Work Product Kinds:  Solution
Purpose
To represent the physical parts of what makes up the system (source, binaries, executables, etc) organized in a way that's understandable and manageable.
Relationships
Description
Main Description

The Implementation of a software application is the collection of elements that are either a part of the system such as binary files, support the system such as documentation and installation files,  or can be transformed directly into some part of the sytsem such as source code files. The organization of the Implementation defines the major units of integration around which teams are organized and the units that can be separately versioned, deployed, and replaced.


Tailoring
Representation Options

Implementation files represented as files in the local file system. File folders (directories) represented as packages that group the files into logic units.

More Information
Guidelines