Created by: paul01234
Number of Blossarys: 51
A data type that is defined by its operations instead of its representation. Changes made to this data type will only happen to the module in which it is defined. No changes will be made outside of ...
Software development methods which aim to rapidly deliver software. The software is developed and delivered in increments. The focus of these methods are on the development of the code rather than on ...
A set of reusable abstract and concrete classes that implement features common to many applications in a certain domain. The classes in an application framework are already specialized and ...
Standards for component implementation, documentation, and deployment. These cover particular interfaces that may be provided by a component and its naming, interoperation, and composition. These ...
Tried and tested solution to a common and/or recurring design problem in object-oriented systems. The design patter already captures experience and good practice in such a way that it can be reused.
A collection of independent computers connected through a network and distribution middleware which appears to its users as a single coherent system. It executes a collection of protocols which ...
A definition of domain abstractions, like policies, procedures, relationships, and events, which serves as the knowledge foundation about some problem area.