Rogue Wave Server/Rogue Wave Views Integration > Server/Views Mapping > Server/Views Mapping Component
 
Server/Views Mapping Component
Rogue Wave® Server creates a component each time a connection is established with a server by a call to the static member function IlsMvComponent::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 IlsSwComponent::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.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.