Server/Views Mapping Component
Server creates a component each time a connection is established with a server by a call to the static member function Connect.
Any application component that wants to use dynamic view services within the Server/Views mapping is an instance of the class IlsSwComponent (a subclass of IlsMvComponent or of a derived type. To initialize the Server/Views mapping library, that component must call the static member function Initialize at the beginning of the process. This function installs a component factory, unless you have installed your own component factory. This factory will instantiate the IlsSwComponent type.