{"id":636,"date":"2024-12-11T10:11:58","date_gmt":"2024-12-11T09:11:58","guid":{"rendered":"https:\/\/daik.nl\/?p=636"},"modified":"2025-01-19T15:24:21","modified_gmt":"2025-01-19T14:24:21","slug":"how-to-create-your-own-rss-feed-driven-app-with-mendix-in-10-minutes","status":"publish","type":"post","link":"https:\/\/daik.nl\/?p=636","title":{"rendered":"How to create your own RSS feed driven app with Mendix in 10 minutes"},"content":{"rendered":"\n<p>Many websites use RSS feeds to inform users and other applications about updates on their site. Most newssites and blogs have their own RSS feeds, but also the Forum of Mendix. If you look for it, they are easily to find , just look for the rss logo. Once you click the feed you will get a load of xml, forget about that and just copy the url you are interested in. So for the Mendix Forum it is: <a href=\"https:\/\/community.mendix.com\/feed.xml\">community.mendix.com\/feed.xml<\/a> .<\/p>\n\n\n\n<p>Follow these steps to creat your own RSS feed driven app:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Download and install Studio Pro<\/h3>\n\n\n\n<p>First you have to install Mendix Studio Pro from <a href=\"https:\/\/marketplace.mendix.com\/link\/studiopro\">https:\/\/marketplace.mendix.com\/link\/studiopro<\/a><\/p>\n\n\n\n<p>I selected version 10.13.0, but all versions newer then 10.12.1 will do<\/p>\n\n\n\n<p>Install the downloaded package, and select to start the modeler after installation<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create a new App<\/h3>\n\n\n\n<p>Now you can create a new app by hitting the create a new app. Select the template \u201cBlank web app\u201d This gives you a very easy to use template for you new app. Select all defaults and hit create app. After a few moments you will have a new app:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"406\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/Afbeelding1.png\" alt=\"Studio Pro Mendix, create new app\" class=\"wp-image-637\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/Afbeelding1.png 756w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/Afbeelding1-300x161.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Download RSS reader module<\/h3>\n\n\n\n<p>From the marketplace you can install the RSS reader module. To do that , just click the tab marketplace (yellow arrow) on the right and start searching for RSS (blue arrow and click the found RSS reader (green arrow):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"293\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-01-29.png\" alt=\"add RSS module to project\" class=\"wp-image-641\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-01-29.png 605w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-01-29-300x145.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure>\n\n\n\n<p>In the middle screen the RSS Reader is shown, hit the download button and wait till you get the conformation message<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"220\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-02-59.png\" alt=\"RSS reder in marketplace, download button\" class=\"wp-image-642\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-02-59.png 605w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-02-59-300x109.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure>\n\n\n\n<p>If you now click Add on on the left side, you will see that the RSS Reader is installed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create a microflow to use the RSS reader<\/h3>\n\n\n\n<p>Now we will create a microflow that we can use as a datasource for a listview . Rightclick on \u2018MyFirstModule\u2019 on the left pane of the modeler and select \u2018Add microflow\u2019<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"476\" height=\"459\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-05-41.png\" alt=\"Create microflow\" class=\"wp-image-643\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-05-41.png 476w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-05-41-300x289.png 300w\" sizes=\"auto, (max-width: 476px) 100vw, 476px\" \/><\/figure>\n\n\n\n<p>Give the microflow the name \u2018DS_ReedRSS\u2019<\/p>\n\n\n\n<p>Click OK and a new microflow screen opens.<\/p>\n\n\n\n<p>Open the Logic folder of the RSSReader Addon and drag and drop the ReadRSS Activity on the line in the new created microflow:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"605\" height=\"109\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-07-42.png\" alt=\"\" class=\"wp-image-645\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-07-42.png 605w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-07-42-300x54.png 300w\" sizes=\"auto, (max-width: 605px) 100vw, 605px\" \/><\/figure>\n\n\n\n<p>Double-click the ReadRSS Activity , DoubleClick URL of the parameterscreen that has opened and select expression. Type in the editor the URL of the RSS feed you want to use between single quotes, in this example I use the rss feed of my Blog site (&#8216;https:\/\/daik.nl\/index.php\/en\/feed\/&#8217;) , but you can use any RSS feed URL you like.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"506\" height=\"506\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-10-23.png\" alt=\"\" class=\"wp-image-646\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-10-23.png 506w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-10-23-300x300.png 300w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/11\/2024-11-29_13-10-23-150x150.png 150w\" sizes=\"auto, (max-width: 506px) 100vw, 506px\" \/><\/figure>\n\n\n\n<p>Click twice OK<\/p>\n\n\n\n<p>Now right click the red end event dot (red arrow) and select properties. In the editor type $RSSFeedList\u00a0 (blue arrow) and Update the type to\u2026. With the button at the yellow arrow.:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"536\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding1.png\" alt=\"set returnvalue of microflow to $RSSFeedList\" class=\"wp-image-649\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding1.png 756w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding1-300x213.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure>\n\n\n\n<p>Then Click OK, and your microflow is ready<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Create a new page with listview<\/h3>\n\n\n\n<p>Create a new page (rightclick MyFirstModule in the left pane, select Add Page)<\/p>\n\n\n\n<p>Give the page a name \u201cRSS Reader\u201d , choose Blank in the left pane and choose Blank page in the middle pane:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"490\" height=\"388\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding2.png\" alt=\"create a new page in Mendix\" class=\"wp-image-650\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding2.png 490w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding2-300x238.png 300w\" sizes=\"auto, (max-width: 490px) 100vw, 490px\" \/><\/figure>\n\n\n\n<p>Click OK, and the new pages opens<\/p>\n\n\n\n<p>Click inside the new page and add a new widget, by rightclick inside the blue outlined box, and select List view:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"756\" height=\"281\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding3.png\" alt=\"\" class=\"wp-image-651\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding3.png 756w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding3-300x112.png 300w\" sizes=\"auto, (max-width: 756px) 100vw, 756px\" \/><\/figure>\n\n\n\n<p>Double click the list view to open properties window. Open the datasource tab and select the earlier created microflow as a data source:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"450\" height=\"204\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding4.png\" alt=\"set microflow as datasource in Mendix\" class=\"wp-image-652\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding4.png 450w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding4-300x136.png 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/><\/figure>\n\n\n\n<p>Click OK and answer the question \u201cDo you automatically fill the \u2026\u201d\u00a0 question with No<\/p>\n\n\n\n<p>Right click inside the new list view and add 2 new text widgets. Double click the first and edit the caption , set {1} to template and add the title as a new parameter:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"553\" height=\"316\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding5.png\" alt=\"set titles in textboxes\" class=\"wp-image-653\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding5.png 553w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/Afbeelding5-300x171.png 300w\" sizes=\"auto, (max-width: 553px) 100vw, 553px\" \/><\/figure>\n\n\n\n<p>Click twice OK and select render mode heading 4 and click ok<\/p>\n\n\n\n<p>Further you can add all other elements in the RSS feed you like, like image and so on. Now just start your application and see the result on http:\/\/locahost:8080.<\/p>\n\n\n\n<p>As a demo app I created a news app  that imports from 50+ sites with the same elements that are used in this tutorial, watch it on <a href=\"https:\/\/allnieuw-sandbox.mxapps.io\/\">DAIK nieuws <\/a><\/p>\n\n\n\n<p>There is even a seperatie page used for mobile, you can open it by scanning this QR code:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"656\" height=\"656\" src=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/bit.ly_3MJXmMt.png\" alt=\"\" class=\"wp-image-654\" style=\"width:292px;height:auto\" srcset=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/bit.ly_3MJXmMt.png 656w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/bit.ly_3MJXmMt-300x300.png 300w, https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/bit.ly_3MJXmMt-150x150.png 150w\" sizes=\"auto, (max-width: 656px) 100vw, 656px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Many websites use RSS feeds to inform users and other applications about updates on their site. Most newssites and blogs have their own RSS feeds, but also the Forum of Mendix. If you look for it, they are easily to find , just look for the rss logo. Once you click the feed you will [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":658,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[159],"tags":[155,157,151,153],"class_list":["post-636","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mendix","tag-app","tag-development","tag-mendix","tag-rss"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK<\/title>\n<meta name=\"description\" content=\"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/daik.nl\/?p=636\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK\" \/>\n<meta property=\"og:description\" content=\"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds\" \/>\n<meta property=\"og:url\" content=\"https:\/\/daik.nl\/?p=636\" \/>\n<meta property=\"og:site_name\" content=\"DAIK\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-11T09:11:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-19T14:24:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"626\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"daik01\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"daik01\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/daik.nl\/?p=636#article\",\"isPartOf\":{\"@id\":\"https:\/\/daik.nl\/?p=636\"},\"author\":{\"name\":\"daik01\",\"@id\":\"https:\/\/daik.nl\/#\/schema\/person\/519bc4684d9c8c0cec1a6caa9b65412a\"},\"headline\":\"How to create your own RSS feed driven app with Mendix in 10 minutes\",\"datePublished\":\"2024-12-11T09:11:58+00:00\",\"dateModified\":\"2025-01-19T14:24:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/daik.nl\/?p=636\"},\"wordCount\":688,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/daik.nl\/#organization\"},\"image\":{\"@id\":\"https:\/\/daik.nl\/?p=636#primaryimage\"},\"thumbnailUrl\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp\",\"keywords\":[\"app\",\"development\",\"mendix\",\"RSS\"],\"articleSection\":[\"Mendix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/daik.nl\/?p=636#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/daik.nl\/?p=636\",\"url\":\"https:\/\/daik.nl\/?p=636\",\"name\":\"How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK\",\"isPartOf\":{\"@id\":\"https:\/\/daik.nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/daik.nl\/?p=636#primaryimage\"},\"image\":{\"@id\":\"https:\/\/daik.nl\/?p=636#primaryimage\"},\"thumbnailUrl\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp\",\"datePublished\":\"2024-12-11T09:11:58+00:00\",\"dateModified\":\"2025-01-19T14:24:21+00:00\",\"description\":\"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds\",\"breadcrumb\":{\"@id\":\"https:\/\/daik.nl\/?p=636#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/daik.nl\/?p=636\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/daik.nl\/?p=636#primaryimage\",\"url\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp\",\"contentUrl\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp\",\"width\":626,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/daik.nl\/?p=636#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/daik.nl\/?lang=nl\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create your own RSS feed driven app with Mendix in 10 minutes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/daik.nl\/#website\",\"url\":\"https:\/\/daik.nl\/\",\"name\":\"DAIK\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/daik.nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/daik.nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/daik.nl\/#organization\",\"name\":\"DAIK\",\"url\":\"https:\/\/daik.nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/daik.nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/01\/logo.png\",\"contentUrl\":\"https:\/\/daik.nl\/wp-content\/uploads\/2024\/01\/logo.png\",\"width\":576,\"height\":600,\"caption\":\"DAIK\"},\"image\":{\"@id\":\"https:\/\/daik.nl\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/daik.nl\/#\/schema\/person\/519bc4684d9c8c0cec1a6caa9b65412a\",\"name\":\"daik01\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/daik.nl\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1d92ef146a58720c38ca892f2c6e166e850669a89d08af16f01ec96c118e7000?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1d92ef146a58720c38ca892f2c6e166e850669a89d08af16f01ec96c118e7000?s=96&d=identicon&r=g\",\"caption\":\"daik01\"},\"sameAs\":[\"http:\/\/daik.nl\"],\"url\":\"https:\/\/daik.nl\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK","description":"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/daik.nl\/?p=636","og_locale":"en_US","og_type":"article","og_title":"How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK","og_description":"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds","og_url":"https:\/\/daik.nl\/?p=636","og_site_name":"DAIK","article_published_time":"2024-12-11T09:11:58+00:00","article_modified_time":"2025-01-19T14:24:21+00:00","og_image":[{"width":626,"height":600,"url":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp","type":"image\/webp"}],"author":"daik01","twitter_card":"summary_large_image","twitter_misc":{"Written by":"daik01","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/daik.nl\/?p=636#article","isPartOf":{"@id":"https:\/\/daik.nl\/?p=636"},"author":{"name":"daik01","@id":"https:\/\/daik.nl\/#\/schema\/person\/519bc4684d9c8c0cec1a6caa9b65412a"},"headline":"How to create your own RSS feed driven app with Mendix in 10 minutes","datePublished":"2024-12-11T09:11:58+00:00","dateModified":"2025-01-19T14:24:21+00:00","mainEntityOfPage":{"@id":"https:\/\/daik.nl\/?p=636"},"wordCount":688,"commentCount":0,"publisher":{"@id":"https:\/\/daik.nl\/#organization"},"image":{"@id":"https:\/\/daik.nl\/?p=636#primaryimage"},"thumbnailUrl":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp","keywords":["app","development","mendix","RSS"],"articleSection":["Mendix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/daik.nl\/?p=636#respond"]}]},{"@type":"WebPage","@id":"https:\/\/daik.nl\/?p=636","url":"https:\/\/daik.nl\/?p=636","name":"How to create your own RSS feed driven app with Mendix in 10 minutes - DAIK","isPartOf":{"@id":"https:\/\/daik.nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/daik.nl\/?p=636#primaryimage"},"image":{"@id":"https:\/\/daik.nl\/?p=636#primaryimage"},"thumbnailUrl":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp","datePublished":"2024-12-11T09:11:58+00:00","dateModified":"2025-01-19T14:24:21+00:00","description":"Complete tutorial to make a web app with Menidx and fill it wit data from RSS feeds","breadcrumb":{"@id":"https:\/\/daik.nl\/?p=636#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/daik.nl\/?p=636"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/daik.nl\/?p=636#primaryimage","url":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp","contentUrl":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/12\/dev-ex-1.webp","width":626,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/daik.nl\/?p=636#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/daik.nl\/?lang=nl"},{"@type":"ListItem","position":2,"name":"How to create your own RSS feed driven app with Mendix in 10 minutes"}]},{"@type":"WebSite","@id":"https:\/\/daik.nl\/#website","url":"https:\/\/daik.nl\/","name":"DAIK","description":"","publisher":{"@id":"https:\/\/daik.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/daik.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/daik.nl\/#organization","name":"DAIK","url":"https:\/\/daik.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/daik.nl\/#\/schema\/logo\/image\/","url":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/01\/logo.png","contentUrl":"https:\/\/daik.nl\/wp-content\/uploads\/2024\/01\/logo.png","width":576,"height":600,"caption":"DAIK"},"image":{"@id":"https:\/\/daik.nl\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/daik.nl\/#\/schema\/person\/519bc4684d9c8c0cec1a6caa9b65412a","name":"daik01","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/daik.nl\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1d92ef146a58720c38ca892f2c6e166e850669a89d08af16f01ec96c118e7000?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1d92ef146a58720c38ca892f2c6e166e850669a89d08af16f01ec96c118e7000?s=96&d=identicon&r=g","caption":"daik01"},"sameAs":["http:\/\/daik.nl"],"url":"https:\/\/daik.nl\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/posts\/636","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daik.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=636"}],"version-history":[{"count":5,"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/posts\/636\/revisions"}],"predecessor-version":[{"id":656,"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/posts\/636\/revisions\/656"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/daik.nl\/index.php?rest_route=\/wp\/v2\/media\/658"}],"wp:attachment":[{"href":"https:\/\/daik.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=636"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daik.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=636"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daik.nl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=636"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}