Changes between Version 2 and Version 3 of RendererHOWTO

Show
Ignore:
Timestamp:
15-01-2007 00:18:51 (6 years ago)
Author:
celso
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RendererHOWTO

    v2 v3  
    2626 
    2727Data 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 
     29Out 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 
     33This 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 
     35Many 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