Dynamic View Services
Once you have defined your server object model (see Modeling Services), you need to declare that object model to the server model interpreter, define representation models, define the view types that map the server object model to the representation models, and initialize and run the view server and the components.
This part is therefore divided as follows:
-
View and Notification Services, describes a view and the notification mechanism, based on an example.
-
Defining Runtime Access to the Server Model explains how to use the server model macros.
-
Implementing a Representation Model describes how to define a representation model.
-
Based on the model examples given in those two chapters, Specifying Dynamic View Types focuses on how to specify dynamic view types.
-
Implementing a Dynamic View Server and its Components explains how to initialize and run a dynamic view server and a component, load dynamic-view specification files, connect components and open views.
-
Semantics of Dynamic View Type Specifications describes the semantics for specifying dynamic view types.