Changes between Version 5 and Version 6 of NewFeaturesInMG3

Show
Ignore:
Timestamp:
05/04/09 09:44:02 (17 years ago)
Author:
davidhenry@… (IP: 174.99.26.254)
Comment:

Remoting and Formats summaries added

Legend:

Unmodified
Added
Removed
Modified
  • NewFeaturesInMG3

    v5 v6  
    3535 
    3636== Formats == 
     37 
     38Often web sites are built for multiple front-end clients. One site may serve up pages to web browser, mobile devices, Flex or AIR applications, or AJAX requests. Typically all of these clients all want the exact same data, but each will need to format the data slightly different. In the past, Model-Glue would typically require you to build multiple events to serve different flavored data results. Or one event was used and the Controller fired a different result based on the other parameters. 
     39 
     40Model-Glue 3 formalizes this with a new requestFormat attribute. The requestFormat attribute is now a special value in the Event context. Both the <results> and <include> tag now support a Format attribute. If specified, the result/include will only be executed if the request format value matches. 
     41 
    3742[wiki:HowTos/Formats Formats HowTo Guide] 
    3843 
     44 
     45 
    3946== Remoting == 
     47Make use of the binary protocol AMF and the FlashRemoting gateway in MG3! 
     48 
    4049[wiki:HowTos/Remoting Remothing HowTo Guide] 
    4150