Configuration Management Principles and Practice
| Source code is far from the only type of objects that might be placed under configuration management, though this is traditionally the most common type. If you look at a product's entire life cycle, objects may belong to the product itself or may support its development and maintenance. Configuration Item Class Hierarchy
No matter how and where objects are produced, they fall into distinct classes: physical and electronic. These are illustrated in Figure 6-1, which shows an extract of the class hierarchy that can be drawn for configuration items. The last row shows instantiation of the configuration item classes just above. Some differences between the two classes need to be understood in terms of configuration management. Figure 6-1. Configuration Item Class Hierarchy
Physical Objects
The characteristics of a physical object in configuration management perspective are
A few examples of physical objects are
Electronic Objects
The characteristics of an electronic object in configuration management perspective are
A few examples of electronic objects are the user requirement document written in Word, a software module written in C, a database system (middleware), and an operating system. |