<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: JavaFX and Spring &#8211; How to Integrate	</title>
	<atom:link href="https://stancalau.ro/javafx-and-spring/feed/" rel="self" type="application/rss+xml" />
	<link>https://stancalau.ro/javafx-and-spring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javafx-and-spring</link>
	<description>Effective Software Engineering</description>
	<lastBuildDate>Tue, 28 Apr 2020 20:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Alex		</title>
		<link>https://stancalau.ro/javafx-and-spring/#comment-96</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Sun, 06 Oct 2019 10:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://stancalau.ro/?p=613#comment-96</guid>

					<description><![CDATA[1. Nice tutorial *thumbs up*
2. In the main spring class you are getting the beans directly from the context, which is considered to be a bad practice because it defeats the Spring&#039;s dependency injection purpose:
        ScreensConfig screens = context.getBean(ScreensConfig.class);
        LanguageModel lang = context.getBean(LanguageModel.class);

How would you tackle this problem? As I am facing the same problem and I can&#039;t find an alternate solution.
Thanks!]]></description>
			<content:encoded><![CDATA[<p>1. Nice tutorial *thumbs up*<br />
2. In the main spring class you are getting the beans directly from the context, which is considered to be a bad practice because it defeats the Spring&#8217;s dependency injection purpose:<br />
        ScreensConfig screens = context.getBean(ScreensConfig.class);<br />
        LanguageModel lang = context.getBean(LanguageModel.class);</p>
<p>How would you tackle this problem? As I am facing the same problem and I can&#8217;t find an alternate solution.<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cristian S.		</title>
		<link>https://stancalau.ro/javafx-and-spring/#comment-66</link>

		<dc:creator><![CDATA[Cristian S.]]></dc:creator>
		<pubDate>Sun, 11 Dec 2016 11:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://stancalau.ro/?p=613#comment-66</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://stancalau.ro/javafx-and-spring/#comment-65&quot;&gt;HOUSSAM KOURDACHE&lt;/a&gt;.

Hi there!
Could you explain what you are trying to do? Also, it would be useful to know if you have errors in the Spring logs. 
Cheers!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://stancalau.ro/javafx-and-spring/#comment-65">HOUSSAM KOURDACHE</a>.</p>
<p>Hi there!<br />
Could you explain what you are trying to do? Also, it would be useful to know if you have errors in the Spring logs.<br />
Cheers!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: HOUSSAM KOURDACHE		</title>
		<link>https://stancalau.ro/javafx-and-spring/#comment-65</link>

		<dc:creator><![CDATA[HOUSSAM KOURDACHE]]></dc:creator>
		<pubDate>Tue, 06 Dec 2016 08:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://stancalau.ro/?p=613#comment-65</guid>

					<description><![CDATA[Thanks for this tutorial it&#039;s really useful et productive. I&#039;am facing to a problem of nested controllers in my app, the included controller in main controller is null. 
I wonder if it does not come from the fact that I use spring injections !! What do you think ? Thanks again :)]]></description>
			<content:encoded><![CDATA[<p>Thanks for this tutorial it&#8217;s really useful et productive. I&#8217;am facing to a problem of nested controllers in my app, the included controller in main controller is null.<br />
I wonder if it does not come from the fact that I use spring injections !! What do you think ? Thanks again 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sylwia		</title>
		<link>https://stancalau.ro/javafx-and-spring/#comment-58</link>

		<dc:creator><![CDATA[Sylwia]]></dc:creator>
		<pubDate>Thu, 22 Jan 2015 12:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://stancalau.ro/?p=613#comment-58</guid>

					<description><![CDATA[Thanks for yours tutorial and help :) It works. It was very useful !]]></description>
			<content:encoded><![CDATA[<p>Thanks for yours tutorial and help 🙂 It works. It was very useful !</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JavaFX links of the week, May 26 // JavaFX News, Demos and Insight // FX Experience		</title>
		<link>https://stancalau.ro/javafx-and-spring/#comment-34</link>

		<dc:creator><![CDATA[JavaFX links of the week, May 26 // JavaFX News, Demos and Insight // FX Experience]]></dc:creator>
		<pubDate>Sun, 25 May 2014 23:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://stancalau.ro/?p=613#comment-34</guid>

					<description><![CDATA[[&#8230;] Christian Stancalau has a post on integrating JavaFX and Spring. [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Christian Stancalau has a post on integrating JavaFX and Spring. [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
