Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rss Servlet

843842Jul 1 2008 — edited Jul 1 2008
Hi,

I want to create an RSS feed for weather information (e.g. temperature, pressure, wind, rain, etc) using servlets. The data is in a database. I have used the Rome package to create the feed but its not exactly like a weather feed. It is more similar to a news feed. I want to create something like the yahoo weather feeds (http://xml.weather.yahoo.com/forecastrss?p=UKXX0085&u=c). The one I've created has an entry for every piece of data e.g. one for temp, one for wind, etc. and the created xmI includes tags like title, description, etc. I want to create something similar to yahoo. I want to have a feed that includes a tag like <condition> or <temp> and so on. Is this possible through Rome (I've gone through all tutorials and there is nothing there) or is there any other useful package I can use.

I really appreciate if you help me with this.

Regards
Rasoul
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2008
Added on Jul 1 2008
1 comment
194 views