Loading Data
- User requests data by double clicking on an item in the Data Set.
- The Client Manager takes the request and forwards it to the session.
- The Session requests the Data from the Data Manager
- If the Data is in the cache, the DataManager? returns it.
- Otherwise, it uses a Decoder to load it from a file.
- The Session requests the default Viewport for the given Data.
- The Viewport Factory (this is actually done by the Server Configuration) creates the default Viewport.
- The Session now takes the Viewport and the Data type and requests the best Data View.
- The Data View Factory produces the wrapper for the Data and it is added to the Viewport.
- The Viewport is finished being setup.
- The Session returns the Viewport to the Client Manager.
- The Client Manager displays the Viewport using the Layout Manager
Attachments
Download in other formats: