<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>javafx &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/javafx/</link>
	<description>Feed of posts on WordPress.com tagged "javafx"</description>
	<pubDate>Sat, 06 Sep 2008 16:57:09 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[JavaFX : why, how and when will it be successful?]]></title>
<link>http://flexria.wordpress.com/?p=1576</link>
<pubDate>Thu, 04 Sep 2008 17:59:24 +0000</pubDate>
<dc:creator>flexria</dc:creator>
<guid>http://flexria.wordpress.com/?p=1576</guid>
<description><![CDATA[At the August 2008 Coding the Architecture London User Group, I presented an overview of Flex, Silve]]></description>
<content:encoded><![CDATA[<p>At the August 2008 Coding the Architecture London User Group, I presented an overview of Flex, Silverlight and JavaFX. If you've watched the video from the session, you would have seen that I wasn't very complimentary about JavaFX. </p>
<p>There are a number of reasons why I don't think that JavaFX is anywhere near ready for people considering building RIAs at this point in time ... quite simply, the latest preview build ships with a bunch of crippled Swing components. Granted, some of this has been talked about in the recent SDN interview; but tables are gone, tabbed panels/tabs are gone, you can't configure how scrollpanes should scroll, etc, etc. In addition to the crippled Swing components, the out-of-the-box result looks ugly when compared to Flex and Silverlight. Take a look at the screenshots in the slides from my Flex, Silverlight and JavaFX presentation for an example. </p>
<p><a href="http://www.simongbrown.com/blog/2008/09/02/javafx_why_how_and_when_will_it_be_successful.html">Source</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[JavaFX Applets Meet Google Chrome]]></title>
<link>http://flexria.wordpress.com/?p=1570</link>
<pubDate>Thu, 04 Sep 2008 17:51:38 +0000</pubDate>
<dc:creator>flexria</dc:creator>
<guid>http://flexria.wordpress.com/?p=1570</guid>
<description><![CDATA[In the JFX Custom Nodes category of this blog, graphics designer Mark Dingman of Malden Labs and I h]]></description>
<content:encoded><![CDATA[<p>In the JFX Custom Nodes category of this blog, graphics designer Mark Dingman of Malden Labs and I have been collaborating on an imaginary Sound Beans application. This category contains a growing series of posts in which we are demonstrating how to create JavaFX UI custom controls.  This series also provide a case study in how a graphics designer and an application developer can work together effectively in developing JavaFX applications.  Today I'd like to highlight the recent Google Chrome browser announcement by showing you how to create and run a JavaFX applet in Chrome.  Here's a screenshot of the TableNode example from an earlier post running as a JavaFX applet in Chrome:</p>
<p><a href="http://learnjavafx.typepad.com/weblog/2008/09/javafx-meets-google-chrome.html">Source</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Build a Frame with a ScrollPane in JavaFX]]></title>
<link>http://flexria.wordpress.com/?p=1533</link>
<pubDate>Wed, 03 Sep 2008 17:47:54 +0000</pubDate>
<dc:creator>flexria</dc:creator>
<guid>http://flexria.wordpress.com/?p=1533</guid>
<description><![CDATA[What follows is a simple frame designed with the JavaFX scripting language. The frame also has a Scr]]></description>
<content:encoded><![CDATA[<p>What follows is a simple frame designed with the JavaFX scripting language. The frame also has a ScrollPane component. </p>
<p><a href="http://www.devx.com/tips/Tip/39010?trk=DXRSS_recentTips">Source</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating Games with JavaFX: Silveira is Having Too Much Fun :-)]]></title>
<link>http://flexria.wordpress.com/?p=1530</link>
<pubDate>Wed, 03 Sep 2008 17:46:12 +0000</pubDate>
<dc:creator>flexria</dc:creator>
<guid>http://flexria.wordpress.com/?p=1530</guid>
<description><![CDATA[I&#8217;ve featured Silveira Neto&#8217;s JavaFX work (play?) in a couple of recent posts, and it ap]]></description>
<content:encoded><![CDATA[<p>I've featured Silveira Neto's JavaFX work (play?) in a couple of recent posts, and it appears that he's had gaming on his mind lately.  Silveira is a CS student, CEJUG member and Sun Campus Ambassador at Federal University of Ceará.</p>
<p><a href="http://java.dzone.com/articles/creating-games-with-javafx-sil">Source</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Flex, Silverlight, Java what-ever and how Google sees it]]></title>
<link>http://flexria.wordpress.com/?p=1489</link>
<pubDate>Tue, 02 Sep 2008 16:53:54 +0000</pubDate>
<dc:creator>flexria</dc:creator>
<guid>http://flexria.wordpress.com/?p=1489</guid>
<description><![CDATA[There&#8217;s Adobe Flex. There&#8217;s Microsoft&#8217;s Silverlight. There&#8217;s Java&#8217;s Ja]]></description>
<content:encoded><![CDATA[<p>There's Adobe Flex. There's Microsoft's Silverlight. There's Java's JavaFX. Maybe there are others.<br />
These are platforms that would allow developers to put real applications in the browser. And not just the request-response model (http) and the async calls that javascript allows (ajax) and the modification of the DOM tree - SPI (Single Page Inteface - no wikipedia page for it). Or another way to put it - allow real applications to the user, while the browser is only the transport. The code is compiled, object-oriented, which makes is most-importantly much faster.<br />
Pros: faster, a lot faster. developers write in real languages (javascript is a developer hell) - Silverlight is managed, Adobe's ActionScript is ECMA (which is not very promising, I don't know it in much detail, so I can't say), JavaFX is Java. The GUI definition is largely XML in most platforms.</p>
<p><a href="http://mihail.stoynov.com/blog/2008/09/02/FlexSilverlightJavaWhateverAndHowGoogleSeesIt.aspx">Source</a></p>
]]></content:encoded>
</item>

</channel>
</rss>
