External Blog Feed Into Mendix?

1
I would like to integrate an external blog feed into my Mendix application to display blog postings to application users. Has anyone done this? Any pointers or ideas?
asked
3 answers
1

AFAIK there is no widget for this purpose. But you could easily model this. With a little help op java you could fetch articles with an rss feed which you could map into your model with a xml-to-domain mapping.

Because rss is a really simple format, you could easily model this in a domain model. After fetching the data you can do whatever you like.

answered
1

In addition to Samet's reply:

Here is an explanation about how to start with implementing any HTTP (such as RSS) based protocol in Mendix.

answered
0

I have a prototype rss server module available, if you are interested, contact me.

answered