The Model and Implementation of Component Array Container

Zhao Liu,Gang Huang,Hong Mei
DOI: https://doi.org/10.1109/compsac.2006.168
2006-01-01
Abstract:A component array is a group of component implementations that provide the same functions but have different qualities. At runtime, a component array can adapt to changes of the system and environment by executing different implementations. When developing component arrays, developers have to implement them from the scratch and consider all such things as how to manage component implementations, how to control the selection and so on. In this paper, we propose a container model that provides a runtime space for component arrays and makes the development of component arrays easier and dependable. The container model is implemented in a J2EE compliant application server.
What problem does this paper attempt to address?