<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Model-View-Controller-Interactor on PragmaticCoding</title><link>http://localhost:1313/javafx/techniques/mvci/</link><description>Recent content in Model-View-Controller-Interactor on PragmaticCoding</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>nuno@n9o.xyz (Blowfish)</managingEditor><webMaster>nuno@n9o.xyz (Blowfish)</webMaster><copyright>© 2026 Blowfish</copyright><lastBuildDate>Thu, 01 Aug 2024 12:00:00 -0500</lastBuildDate><atom:link href="http://localhost:1313/javafx/techniques/mvci/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaFX: Quick Guide to MVCI</title><link>http://localhost:1313/javafx/techniques/mvci/2024-08-01-mvci-quick-guide/</link><pubDate>Thu, 01 Aug 2024 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/techniques/mvci/2024-08-01-mvci-quick-guide/</guid><description>&lt;h1 class="relative group"&gt;Introduction - Why Use a Framework?
 &lt;div id="introduction---why-use-a-framework" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#introduction---why-use-a-framework" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;Frameworks are all about organizing your application so that it will be easy to maintain, enhance and expand over time.&lt;/p&gt;</description></item><item><title>An Introduction to Model-View-Controller-Interactor</title><link>http://localhost:1313/javafx/techniques/mvci/2022-11-06-mvciintro/</link><pubDate>Mon, 07 Nov 2022 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/techniques/mvci/2022-11-06-mvciintro/</guid><description>&lt;h1 class="relative group"&gt;Introduction
 &lt;div id="introduction" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#introduction" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;This article is an introduction to and a &amp;ldquo;how to&amp;rdquo; for the framework that I&amp;rsquo;ve developed for building Reactive JavaFX applications. It&amp;rsquo;s called &amp;ldquo;Model-View-Controller-Interactor&amp;rdquo;, or just, &amp;ldquo;MVCI&amp;rdquo;.&lt;/p&gt;</description></item><item><title>Multi-MVCI Projects</title><link>http://localhost:1313/javafx/techniques/mvci/2022-11-02-multimvci/</link><pubDate>Sun, 02 Oct 2022 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/techniques/mvci/2022-11-02-multimvci/</guid><description>&lt;h1 class="relative group"&gt;Projects With Multiple Screens and Functions
 &lt;div id="projects-with-multiple-screens-and-functions" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#projects-with-multiple-screens-and-functions" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h1&gt;
&lt;p&gt;One of the questions that seems to come up fairly often is about how to create a project that is composed of a number of different screens and functions.&lt;/p&gt;</description></item><item><title>Implementing MVC in JavaFX</title><link>http://localhost:1313/javafx/techniques/mvci/2021-05-11-mvc_in_javafx/</link><pubDate>Tue, 11 May 2021 12:00:00 -0500</pubDate><author>nuno@n9o.xyz (Blowfish)</author><guid>http://localhost:1313/javafx/techniques/mvci/2021-05-11-mvc_in_javafx/</guid><description>&lt;p&gt;Model-View-Controller is generally accepted as a good way to structure an application with a user interface. While JavaFX contains all of the classes needed to implement MVC in a natural and seamless way, it doesn&amp;rsquo;t seem to be widely documented and there&amp;rsquo;s little evidence on the Web that many people have figured out how to do it properly. The fact that JavaFX supports Reactive programming makes a big difference to how you should implement MVC.&lt;/p&gt;</description></item></channel></rss>