Java servlet lets you request RSS (Atom) feeds from sites and return data in JSON (JSONP) format. So your JavaScript application will be able to proceed obtained feeds for any arbitrary URL - Feed servlet
2
comments:
Anonymous
said...
Can you give me a sample code of requesting rss feeds from java servlet since i am new to java servlets...Thanks in advance
2 comments:
Can you give me a sample code of requesting rss feeds from java servlet since i am new to java servlets...Thanks in advance
sure, it is described here
Post a Comment