Changes between Version 5 and Version 6 of MapGuideRfc24


Ignore:
Timestamp:
Aug 17, 2007, 2:36:19 PM (17 years ago)
Author:
pagameba
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc24

    v5 v6  
    5656
    5757The Fusion code base will be added to the !MapGuide SVN inside the www/ folder.
     58
     59The launch sequence for a Fusion application will be as follows:
     60
     61A new fusionviewer.php script will be added (with jsp and asp versions TBD), which will take one GET parameter, appdefn=Library://...  This script will:
     62
     63 - authenticate (using anonymous by default)
     64 - create session
     65 - retrieve appdefinition
     66 - parse template location
     67 - redirect to template, passing session and app definition path
     68
     69The javascript in the default templates will parse out the session and app definition and initialize Fusion with those parameters.
     70
     71The javascript in the default templates will also provide the option of hard-coding the app definition (for copying and deploying).
     72
     73The javascript in the default templates will be reponsible for creating a session with the server if one is not passed in, then initializing Fusion with the session and app definition.
    5874 
    5975== License ==