Hey
I want to add RSS feeds to my page. And i am making a page in Servlet in netbeans 6.7.1
How can i add RSS code? I mean what lib and what specific code should i write?
-Sundhas
Hey
I want to add RSS feeds to my page. And i am making a page in Servlet in netbeans 6.7.1
How can i add RSS code? I mean what lib and what specific code should i write?
-Sundhas
Sun hava a nice tutorial: http://java.sun.com/developer/technicalArticles/javaserverpages/rss_utilities/
Here's a nice tutorial for creating your feed. The Sun tutorial given by others concerns consuming the feed, not creating it.
No doubt about it ROME is the best out there. I have recently used it once again with servlets this time. Its very easy to go ahead with it.
Page to RomeRss https://rome.dev.java.net/
By far this tutorials is good and works.
http://www.javaworld.com/javaworld/jw-11-2007/jw-11-rome.html