Quantcast
Channel: RSS Reader and parser using java - Stack Overflow
Viewing all articles
Browse latest Browse all 2

RSS Reader and parser using java

$
0
0

I need to implement the RSS reader kind of using Java.

I have designed the Java class which reads the RSS feed XML URL and get the contents and store it in Java class.

Whenever there is an update in RSS feel URL, i need to parse the RSS feed XML URL using Java class, only then i could get the updated contents.

The problem here is how we notify the Java class that RSS feel XML URL has been updated, so that Java class could parse the URL and get the updated contents?

Do we have to implement thread to run the parsing process continously? or any alternative optimal solutions there?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images