 |
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
Roles | Responsible:
| Modified By:
|
Tasks | Input To:
| Output From:
|
Description
Main Description |
The Implementation of a software application is the collection of elements that are:
-
Binary executable or data files.
-
Documentation.
-
Installation files.
-
Source code files.
-
Other files that are transformed into the executable system.
-
The organization of the Implementation defines the units of the system 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, group the files into logical units.
|
More Information
|