1 | Deployment process uses various helper objects to carry out this complicated process. |
2 | 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. |
3 | The deployment application creates an Assembly object for coordinating the creation and destruction of component assemblies. Assembly objects are created from AssemblyFactory object. |
4 | 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. |