Switch strategy of large-scale components based on facade pattern

A strategy about the switch between many components based on the facade design pattern is presented. The whole frame of the strategy and the facade core module are described. Its benefit is that the developers need not focus on the realization of the complex switch relation between components. They can put their effects mostly on the more important aspects such as the design and realization of the independent components and facade core module.