[ 
https://issues.apache.org/jira/browse/WINK-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shiva Kumar H R updated WINK-112:
---------------------------------

    Attachment: Wink-112 RSS_v2_0.xsd

For reference, I am also attaching the XSD that I created after going through 
the spec at http://www.rssboard.org/rss-specification. The generated JAXB 
classes have been customized as below:

1) @XmlType::propOrder changed to "" (empty string) so that the default 
ordering of @XmlAccessorOrder.UNDEFINED be used. This is done for RssChannel & 
RssItem classes.

2) Apache license header is added to all classes.

3) Javadoc added by reusing the spec content from 
http://www.rssboard.org/rss-specification. 
(The RSS 2.0 specification document is authored by the RSS Advisory Board and 
is offered under the terms of the Creative Commons Attribution/Share Alike 
license).

> Support for reading/writing of RSS Feeds
> ----------------------------------------
>
>                 Key: WINK-112
>                 URL: https://issues.apache.org/jira/browse/WINK-112
>             Project: Wink
>          Issue Type: New Feature
>          Components: Common
>    Affects Versions: 0.1
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.1
>
>         Attachments: Wink-112 RSS_v2_0.xsd, WINK-112 RssJAXBClasses.patch
>
>
> Similar to the way Wink provides support for handling Atom feeds out of the 
> box, it would be very useful if it also supports handling of RSS feeds. After 
> going through the RSS 2.0 specification at 
> http://www.rssboard.org/rss-specification, I have come up with the required 
> JAXB classes and added them under org.apache.wink.common.model.rss package of 
> wink-common module. Please consider this patch.
> I will next be adding a few samples into wink-examples to demonstrate RSS 
> handling.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to