Changes between Version 1 and Version 2 of FusionIntegration
- Timestamp:
- 06/14/07 11:47:35 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FusionIntegration
v1 v2 16 16 17 17 - create an authentication example 18 18 19 - create js for default index.html that parses the applicationdefinition from the query string (and user/password/session) 20 19 21 - design and create templates 20 22 21 23 2.2 web tier changes: 22 24 23 25 - json output from the map agent 24 26 25 27 2.3 add ApplicationDefinition resource type and schema 26 28 27 - fix terminology (Command -> Widget) 28 - create reference XML document 29 - define XML structure for describing widgets 30 - create XML snippet (XAML-like) for each widget 31 - create schema 29 - fix terminology (Command -> Widget) 30 31 - create reference XML document 32 33 - define XML structure for describing widgets 34 35 - create XML snippet (XAML-like) for each widget 36 37 - create schema 32 38 33 39 2.4 Fusion related stuff 34 40 41 - create bootstrap mechanism for MapGuide that creates a session with the mapagent if one is not passed in, before requesting the app definition 42 35 43 - create missing widgets 44 36 45 - rename some widgets 46 37 47 - verify behaviour of all components 48 38 49 - create Fusion Application Developer Guide, Command Reference, Jx documentation 50 39 51 - localisation 52 40 53 - locale/en/constants.js 54 41 55 - contains constants (units of measure) and error/warning messages 42 56 … … 44 58 45 59 - install fusion 60 46 61 - install templates 62 47 63 - figure out how to compress fusion as part of the build process and lint it 64 48 65 - figure out how to load ext/ widgets when the rest is compressed