Changes between Version 5 and Version 6 of NewFeaturesInMG3
- Timestamp:
- 05/04/09 09:44:02 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewFeaturesInMG3
v5 v6 35 35 36 36 == Formats == 37 38 Often 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 40 Model-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 37 42 [wiki:HowTos/Formats Formats HowTo Guide] 38 43 44 45 39 46 == Remoting == 47 Make use of the binary protocol AMF and the FlashRemoting gateway in MG3! 48 40 49 [wiki:HowTos/Remoting Remothing HowTo Guide] 41 50
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)