Web widgets: move the RSS widget to a separate package
------------------------------------------------------

                 Key: NXP-2974
                 URL: http://jira.nuxeo.org/browse/NXP-2974
             Project: Nuxeo Enterprise Platform
          Issue Type: Improvement
            Reporter: Jean-Marc Orliaguet
            Assignee: Jean-Marc Orliaguet
             Fix For: 5.2 M4


the RSS/ATOM widget included in nuxeo-theme-webwidgets requires a local proxy 
to fetch feeds (currently implemented in AjaxProxy.java) because 
javascript/ajax does not allow requests between different domains.

the proxy needs to be set up properly for security reasons (firewalls,  
anonymous proxying) and for performance (feed caching).

it is better to move the whole component to a separate package (e.g. 
nuxeo-theme-webwidgets-feeds) that will include a real feed fetcher and a nuxeo 
extension point for registering an HTTP proxy

there is for instance RomeFetcher 
http://wiki.java.net/bin/view/Javawsxml/RomeFetcher that allows the retrieval 
of feeds via HTTP


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to