<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Game g = new Game(); &#187; Flex</title>
	<atom:link href="http://thomasschweitzer.com/tag/flex/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomasschweitzer.com</link>
	<description>Nerdy thoughts</description>
	<lastBuildDate>Tue, 12 Apr 2011 13:33:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New RIA resources</title>
		<link>http://thomasschweitzer.com/2009/05/26/new-ria-resources/</link>
		<comments>http://thomasschweitzer.com/2009/05/26/new-ria-resources/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:54:04 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[RIA]]></category>

		<guid isPermaLink="false">http://thomasschweitzer.com/?p=250</guid>
		<description><![CDATA[Found Census &#8211; great site which allows comparison between various data loading mechanisms for RIAs. Seems like Flex/AMF3 has a big advantage both in exec time and bandwidth: And, related to my previous post, here is a demo explaining how to setup BlazeDS and Flex in IntelliJ IDEA, including debugging both the client and the [...]]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://www.jamesward.com/census/">Census</a> &#8211; great site which allows comparison between various data loading mechanisms for RIAs. Seems like Flex/AMF3 has a big advantage both in exec time and bandwidth:</p>
<p><a href="http://www.jamesward.com/blog/2007/12/12/blazebench-why-you-want-amf-and-blazeds/"><img src="http://www.jamesward.org/wordpress/wp-content/uploads/2007/12/blazebench.jpg" alt="Census" /></a></p>
<p>And, related to my <a href="http://thomasschweitzer.com/2009/05/25/a-praise-for-blazeds/">previous post</a>, here is a demo explaining <a href="http://www.jetbrains.com/idea/training/demos/blaze_ds.html">how to setup BlazeDS and Flex in IntelliJ IDEA</a>, including debugging both the client and the server side &#8211; nice!</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasschweitzer.com/2009/05/26/new-ria-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Praise for BlazeDS?</title>
		<link>http://thomasschweitzer.com/2009/05/25/a-praise-for-blazeds/</link>
		<comments>http://thomasschweitzer.com/2009/05/25/a-praise-for-blazeds/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:45:46 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Atlantis]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[technics]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://thomasschweitzer.com/?p=244</guid>
		<description><![CDATA[I never got around giving Flex a serious try. The most interesting features, like the Live Cycle Data Services, allowing server push-based RIAs, are very expensive, and I did not had the need for anything else that I could not handle using some simple (Y)UI thrown together and hooked into a DB using Grails. Now, [...]]]></description>
			<content:encoded><![CDATA[<p>I never got around giving Flex a serious try. </p>
<p>The most interesting features, like the <a href="http://www.adobe.com/products/livecycle/dataservices/">Live Cycle Data Services</a>, allowing server push-based RIAs, are very expensive, and I did not had the need for anything else that I could not handle using some simple (Y)UI thrown together and hooked into a DB using <a href="http://www.grails.org/">Grails</a>.</p>
<p>Now, the current implementation of our <a href="http://www.at.lant.is/">Atlantis</a> backend polls every n seconds from the server and new messages are added, via AJAX. This led to some browser stability problems and a general bottleneck if several AJAX-&#8221;windows&#8221; are opened and each of them refreshed every n seconds, respectively.</p>
<p>Affter some research, I stumbled across <a href="http://www.adobe.com/devnet/livecycle/articles/blazeds_gettingstarted_04.html">BlazeDS</a>, which might solve this problem &#8211; another part of Adobe technology that was released open source, and should provide the basic functionality needed to access hibernated Java objects from Flex, plus allowing push subscriptions and notifications from the server to the client.</p>
<p>I will check out this <a href="http://wet-media.de/wetblog/?p=3">tutorial about getting Flex, BlazeDS and Hibernate</a> to work together.</p>
<p>Also, there is a great post about the differences of the <a href="http://gregsramblings.com/2008/03/27/livecycle-ds-vs-livecycle-es-clearing-up-the-confusion/">various flavors and licensing details</a>, as well as <a href="http://sujitreddyg.wordpress.com/2008/01/31/blazeds-and-lcds-feature-difference/">another one</a>.</p>
<p>I will post my findings here.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasschweitzer.com/2009/05/25/a-praise-for-blazeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Profiling SWFs</title>
		<link>http://thomasschweitzer.com/2009/04/02/profiling-swfs/</link>
		<comments>http://thomasschweitzer.com/2009/04/02/profiling-swfs/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 15:37:10 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[technics]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Profiling]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://thomasschweitzer.com/?p=182</guid>
		<description><![CDATA[Came back from GDC on Sunday, and still did not have a chance to write that summary of the sessions I attended, and my general impressions&#8230; In the meantime, I found this very useful presentation, describing how to profile SWFs using the Flex Builder 3 Profiler. Interestingly, before Flex Builder 3, there was no &#8220;real&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Came back from GDC on Sunday, and still did not have a chance to write that summary of the sessions I attended, and my general impressions&#8230;</p>
<p>In the meantime, I found this very useful presentation, describing <a href="http://www.onflex.org/ted/2008/09/360flex-sj-2008-using-flex-builder-3.php">how to profile SWFs using the Flex Builder 3 Profiler</a>.</p>
<p>Interestingly, before Flex Builder 3, there was no &#8220;real&#8221; way to profile your SWFs, so I guess after AS3, this is one more definitive hint at Flash/Flex/AIR becoming a more and more mature and professional development platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://thomasschweitzer.com/2009/04/02/profiling-swfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

