Deployment - II
Deployment process uses various helper objects to carry out this complicated process.
After the component implementations are installed, the deployment application uses the Installation object to make sure that the component implementation is available on the host.
The deployment application creates an Assembly object for coordinating the creation and destruction of component assemblies. Assembly objects are created from AssemblyFactory object.
AssemblyFactory interface operation accepts the name of an assembly descriptor file and initialize the Assembly object based on the settings. Assembly object handles the rest of the deployment process.