<?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: GWT asynchronous loader now in trunk</title>
	<atom:link href="http://www.gwtnow.com/2008/10/30/gwt-asynchronous-loader-now-in-trunk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gwtnow.com/2008/10/30/gwt-asynchronous-loader-now-in-trunk/</link>
	<description>Interesting News For Developers</description>
	<lastBuildDate>Sun, 10 Jan 2010 00:13:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Thomas Broyer</title>
		<link>http://www.gwtnow.com/2008/10/30/gwt-asynchronous-loader-now-in-trunk/comment-page-1/#comment-25</link>
		<dc:creator>Thomas Broyer</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://gwtnow.wordpress.com/?p=130#comment-25</guid>
		<description>Quite a complicated example... (and what&#039;s &#039;callback&#039; coming from?)
Why not just present it as:
GWT.runAsync(new RunAsyncCallback() {
  public void onSuccess() {
    // do whatever your complex nature desires
  }
  public void onFailure(Throwable caught) {
    // failed to load additional code
  }
});

So now you can lazily initialize your app behind your &quot;login screen&quot; with the latter initializing faster than ever!</description>
		<content:encoded><![CDATA[<p>Quite a complicated example&#8230; (and what&#8217;s &#8216;callback&#8217; coming from?)<br />
Why not just present it as:<br />
GWT.runAsync(new RunAsyncCallback() {<br />
  public void onSuccess() {<br />
    // do whatever your complex nature desires<br />
  }<br />
  public void onFailure(Throwable caught) {<br />
    // failed to load additional code<br />
  }<br />
});</p>
<p>So now you can lazily initialize your app behind your &#8220;login screen&#8221; with the latter initializing faster than ever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gwt66 » GWT Asynchronous Loader กำลังจะมาใน GWT 1.6</title>
		<link>http://www.gwtnow.com/2008/10/30/gwt-asynchronous-loader-now-in-trunk/comment-page-1/#comment-24</link>
		<dc:creator>gwt66 » GWT Asynchronous Loader กำลังจะมาใน GWT 1.6</dc:creator>
		<pubDate>Fri, 31 Oct 2008 03:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://gwtnow.wordpress.com/?p=130#comment-24</guid>
		<description>[...] ที่มา GWT asynchronous loader now in trunk [...]</description>
		<content:encoded><![CDATA[<p>[...] ที่มา GWT asynchronous loader now in trunk [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
