<?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: The confusion JavaFX brings</title>
	<atom:link href="http://chaoticjava.com/posts/the-confusion-javafx-brings/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com/posts/the-confusion-javafx-brings/</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Sat, 05 Nov 2011 18:39:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Carl</title>
		<link>http://chaoticjava.com/posts/the-confusion-javafx-brings/comment-page-1/#comment-5282</link>
		<dc:creator>Carl</dc:creator>
		<pubDate>Mon, 04 Jun 2007 22:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/the-confusion-javafx-brings/#comment-5282</guid>
		<description>&gt;&gt; So, if I have some data model outside JavaFX which I want to bind to graphical elements inside JavaFX, how do I do that? 

This is the same bummer I encountered.  There are bindings to swing classes (or any rt.jar components), so it seems there should be a way...

That said, if your application is a front end to an http server (chances are you are), you can use normal http protocols to pass the data back and forth to the server, such as xml.  

This is an area where Grails/Groovy can shine, because a lot of this is managed for you through controllers and implicit web-tear objects like Session. On the controller side you can work with persistent objects. None of this is unique to Groovy/Grails, of course. You can use Struts or Spring Web MVC, but Grails has a very nice Object-Relational Mapping (GORM) that easily works with Hibernate on the fly.  You can then use POJOs at that point....</description>
		<content:encoded><![CDATA[<p>&gt;&gt; So, if I have some data model outside JavaFX which I want to bind to graphical elements inside JavaFX, how do I do that? </p>
<p>This is the same bummer I encountered.  There are bindings to swing classes (or any rt.jar components), so it seems there should be a way&#8230;</p>
<p>That said, if your application is a front end to an http server (chances are you are), you can use normal http protocols to pass the data back and forth to the server, such as xml.  </p>
<p>This is an area where Grails/Groovy can shine, because a lot of this is managed for you through controllers and implicit web-tear objects like Session. On the controller side you can work with persistent objects. None of this is unique to Groovy/Grails, of course. You can use Struts or Spring Web MVC, but Grails has a very nice Object-Relational Mapping (GORM) that easily works with Hibernate on the fly.  You can then use POJOs at that point&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chaotic Java &#187; Blog Archive &#187; Binding Java classes to JavaFX elements</title>
		<link>http://chaoticjava.com/posts/the-confusion-javafx-brings/comment-page-1/#comment-4087</link>
		<dc:creator>Chaotic Java &#187; Blog Archive &#187; Binding Java classes to JavaFX elements</dc:creator>
		<pubDate>Fri, 18 May 2007 02:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/the-confusion-javafx-brings/#comment-4087</guid>
		<description>[...] I&#8217;ve asked this questions before, but this is a more elaborate view on it. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve asked this questions before, but this is a more elaborate view on it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avah</title>
		<link>http://chaoticjava.com/posts/the-confusion-javafx-brings/comment-page-1/#comment-4072</link>
		<dc:creator>Avah</dc:creator>
		<pubDate>Tue, 15 May 2007 16:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/the-confusion-javafx-brings/#comment-4072</guid>
		<description>Wow thanks! I figured there&#039;d be something there... I guess I should&#039;ve actually googled it up, but really just wanted to wrap up the post.

So, thanks again!</description>
		<content:encoded><![CDATA[<p>Wow thanks! I figured there&#8217;d be something there&#8230; I guess I should&#8217;ve actually googled it up, but really just wanted to wrap up the post.</p>
<p>So, thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://chaoticjava.com/posts/the-confusion-javafx-brings/comment-page-1/#comment-4071</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Tue, 15 May 2007 15:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/posts/the-confusion-javafx-brings/#comment-4071</guid>
		<description>Is this what you meant at the end of the paragraph on JSON?

http://code.google.com/p/xml2json-xslt/
http://www.bramstein.nl/xsltjson/

Nice coverage, saves me having to wade through the JavaFX site,

thanks! :-)</description>
		<content:encoded><![CDATA[<p>Is this what you meant at the end of the paragraph on JSON?</p>
<p><a href="http://code.google.com/p/xml2json-xslt/" rel="nofollow">http://code.google.com/p/xml2json-xslt/</a><br />
<a href="http://www.bramstein.nl/xsltjson/" rel="nofollow">http://www.bramstein.nl/xsltjson/</a></p>
<p>Nice coverage, saves me having to wade through the JavaFX site,</p>
<p>thanks! <img src='http://chaoticjava.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

