Changes between Version 2 and Version 3 of RendererHOWTO
- Timestamp:
- 15-01-2007 00:18:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RendererHOWTO
v2 v3 26 26 27 27 Data is passed to Widgets as JSON arrays. These JSON arrays are often transformed RSS feeds. Our Webservices infrastructure provides real-time RSS-to-JSON transformations so we can have JSON arrays from any kind of RSS feed we know. This is an example [http://services.sapo.pt/Tags/JSON/user/celso JSON feed] just transformed from it's original [http://services.sapo.pt/Tags/RSS/user/celso RSS feed]. 28 29 Out library [wiki:SAPO::Widget.Parser->jsonRSS2 provides a method] to parse an JSON-RSS structure into something more easy to handle. Many widgets use it. 30 31 === Control layer === 32 33 This is something we're still working on. We're adopting the [http://www.opensearch.org/Specifications/OpenSearch/1.1#OpenSearch_description_document Opensearch] standard. 34 35 Many control features use AJAX models but may also be simple object navigation functions (ie: next and previous photo from an already loaded photolist object). 36 37 === Presentation layer === 38 39 40