I am trying to build an application which would acquire data from a RSS
feed. I can fetch the data from the rss feeds using the Rome API. I can
also use the jobs api to schedule this. However I am stuck at the point on
how to use data binding to reflect the changes to my model in a table
viewer. My idea is that I should be able to use the Activator class's
start method to start fetching the data from the RSS feed. But where do I
bind the model to the view?
I guess somebody here would have already sorted this out before. I would
really appreciate if you guys would share your experiences with me.