You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Shiva Kumar H R (JIRA)" <ji...@apache.org> on 2009/10/07 20:23:31 UTC

[jira] Resolved: (WINK-112) Support for reading/writing of RSS Feeds

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

Shiva Kumar H R resolved WINK-112.
----------------------------------

    Resolution: Fixed

> 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.2
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.2
>
>         Attachments: WINK-112 ReadRSS Example.patch, 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.


Re: [jira] Resolved: (WINK-112) Support for reading/writing of RSS Feeds

Posted by Shiva Kumar H R <sh...@gmail.com>.
Michael,
I was away for a week. I will surely look into this.

Thanks,
Shiva Kumar H R
http://mile.ee.iisc.ernet.in:8080/tts_demo/


On Mon, Oct 12, 2009 at 8:26 PM, Bruggeman, Michael <
michael.bruggeman@hp.com> wrote:

> Hi Shiva,
>
> We are closing documentation of the release of the Apache Wink 1.0
> Documentation, as you added the RSS report, I would appreciate it if you
> could give us your input on the following RSS topic, located at the
> following link:
>
> http://cwiki.apache.org/confluence/display/WINK/7.4+RSS
>
> Please write the content according to the following Atom example provided
> below:
>
>
> > http://cwiki.apache.org/confluence/display/WINK/7.3+Atom
>
>
>  Thanks,
> Michael
>
> -----Original Message-----
> From: Shiva Kumar H R (JIRA) [mailto:jira@apache.org]
> Sent: Wednesday, October 07, 2009 8:24 PM
> To: wink-dev@incubator.apache.org
> Subject: [jira] Resolved: (WINK-112) Support for reading/writing of RSS
> Feeds
>
>
>     [
> https://issues.apache.org/jira/browse/WINK-112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Shiva Kumar H R resolved WINK-112.
> ----------------------------------
>
>    Resolution: Fixed
>
> > 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.2
> >            Reporter: Shiva Kumar H R
> >            Assignee: Shiva Kumar H R
> >             Fix For: 0.2
> >
> >         Attachments: WINK-112 ReadRSS Example.patch, 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.
>
>

RE: [jira] Resolved: (WINK-112) Support for reading/writing of RSS Feeds

Posted by "Bruggeman, Michael" <mi...@hp.com>.
Hi Shiva,

We are closing documentation of the release of the Apache Wink 1.0 Documentation, as you added the RSS report, I would appreciate it if you could give us your input on the following RSS topic, located at the following link:

http://cwiki.apache.org/confluence/display/WINK/7.4+RSS

Please write the content according to the following Atom example provided below:


> http://cwiki.apache.org/confluence/display/WINK/7.3+Atom


 Thanks,
Michael

-----Original Message-----
From: Shiva Kumar H R (JIRA) [mailto:jira@apache.org] 
Sent: Wednesday, October 07, 2009 8:24 PM
To: wink-dev@incubator.apache.org
Subject: [jira] Resolved: (WINK-112) Support for reading/writing of RSS Feeds


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

Shiva Kumar H R resolved WINK-112.
----------------------------------

    Resolution: Fixed

> 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.2
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.2
>
>         Attachments: WINK-112 ReadRSS Example.patch, 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.


Re: [jira] Resolved: (WINK-112) Support for reading/writing of RSS Feeds

Posted by Nicholas L Gallardo <nl...@us.ibm.com>.
Thanks for cleaning these up Shiva!

-N



Nicholas Gallardo
WebSphere  - REST & WebServices Development
nlgallar@us.ibm.com
Phone: 512-286-6258
Building: 903 / 5G-016


                                                                           
             "Shiva Kumar H R                                              
             (JIRA)"                                                       
             <ji...@apache.org>                                          To 
                                       wink-dev@incubator.apache.org       
             10/07/2009 01:23                                           cc 
             PM                                                            
                                                                   Subject 
                                       [jira] Resolved: (WINK-112) Support 
             Please respond to         for reading/writing of RSS Feeds    
             wink-dev@incubato                                             
               r.apache.org                                                
                                                                           
                                                                           
                                                                           
                                                                           





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

Shiva Kumar H R resolved WINK-112.
----------------------------------

    Resolution: Fixed

> 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.2
>            Reporter: Shiva Kumar H R
>            Assignee: Shiva Kumar H R
>             Fix For: 0.2
>
>         Attachments: WINK-112 ReadRSS Example.patch, 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.