Changes between Version 2 and Version 3 of Maestro3UI


Ignore:
Timestamp:
Jul 7, 2010, 6:54:34 AM (14 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Maestro3UI

    v2 v3  
    33In one word: everything.
    44
    5 The UI architecture of Maestro 3.0 is intended to mirror that of [http://fdotoolbox.googlecode.com]. Flexible and extensible.
     5The UI architecture of Maestro 3.0 is intended to mirror that of [http://fdotoolbox.googlecode.com FDO Toolbox]. Flexible and extensible.
    66
    77== Foundations ==
     
    3838== Versioning ==
    3939
    40 Unlike MapGuide Studio, Maestro 3.0 will not silently upgrade resources when saving. Like previous versions, Maestro 3.0 will edit the resource in its current version. Unlike previous versions of Maestro however, Maestro 3.0 will attempt to support every known version of a given resource. Though this sounds like a lot of work, the reality is only 2 types of resources have various versions:
     40Unlike MapGuide Studio, Maestro 3.0 will not silently upgrade resources when saving. Like previous versions, Maestro 3.0 will edit the resource in its current version. Unlike previous versions of Maestro however, Maestro 3.0 will attempt to support every known version of a given resource. Though this sounds like a lot of work, the reality is that only the following types of resources have various versions:
    4141
    4242 * Layer Definitions
    4343 * Load Procedure
     44 * Symbol Definitions
     45 * Web Layouts
    4446
    4547And each new version incrementally builds on previous versions. The editor UIs as a result can follow the same pattern.