Hi Shiva, I took a look at this yesterday to see if I could figure out what needed to be done. This is what I found.
In org.apache.wink.common.model.atom the ATOM Object model classes have constructors that accept the Objects from org.apache.wink.common.model.synd (ex: the constructor AtomFeed(SyndFeed)) which allow the syndication Objects to be converted to ATOM Objects. Similarly, there are adapter classes under org.apache.wink.server.internal.entity.html that allow a conversion to html. Additionally, there are provides (AtomFeedSyndFeedProvider, AtomEntrySyndEntryProvider, HtmlSyndFeedProvider, and HtmlSyndEntryProvider) which allow syndication Objects to be serialized to those other formats and which make use of the adapters. I believe that the JIRA was created to add similar support to the RSS Object model. -- Jesse >I need some help in resolving JIRA >https://issues.apache.org/jira/browse/WINK-149 "Map RSS to Syndication >Object Model". I had opened this JIRA after a suggestion on dev list. >However I must acknowledge that I never understood the need/importance of >this. > >Can someone help me by throwing some light on this? What is expected and how >would that be useful? > >Thanks, >Shiva Kumar H R
