<?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>Code For Days &#187; Google Web Toolkit</title>
	<atom:link href="http://www.emgarten.com/category/google-web-toolkit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.emgarten.com</link>
	<description>Exploring the realms of code..</description>
	<lastBuildDate>Sun, 10 Jan 2010 02:10:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Redirect to a different URL in GWT</title>
		<link>http://www.emgarten.com/redirect-to-a-different-url-in-gwt.htm</link>
		<comments>http://www.emgarten.com/redirect-to-a-different-url-in-gwt.htm#comments</comments>
		<pubDate>Tue, 13 Mar 2007 20:08:45 +0000</pubDate>
		<dc:creator>lucius</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://www.emgarten.com/redirect-to-a-different-url-in-gwt.htm</guid>
		<description><![CDATA[Here is a simple JSNI function to call from your GWT app to redirect to a different URL.

//redirect the browser to the given url
public static native void redirect(String url)/*-{
      $wnd.location = url;
  }-*/;
An example call
redirect("http://www.emgarten.com/");
]]></description>
		<wfw:commentRss>http://www.emgarten.com/redirect-to-a-different-url-in-gwt.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JSNI in GWT</title>
		<link>http://www.emgarten.com/using-jsni-in-gwt.htm</link>
		<comments>http://www.emgarten.com/using-jsni-in-gwt.htm#comments</comments>
		<pubDate>Sat, 20 Jan 2007 20:54:13 +0000</pubDate>
		<dc:creator>lucius</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://www.emgarten.com/using-jsni-in-gwt.htm</guid>
		<description><![CDATA[The JavaScript Native Interface (JSNI) in the Google Web Toolkit (GWT) allows you to use parts of the GWT application outside of the app, and also to use JavaScript that it not part of the GWT app. This tutorial will show you how to read in JavaScript variables set on the page, and how to [...]]]></description>
		<wfw:commentRss>http://www.emgarten.com/using-jsni-in-gwt.htm/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Deploying GWT applications</title>
		<link>http://www.emgarten.com/deploying-gwt-applications.htm</link>
		<comments>http://www.emgarten.com/deploying-gwt-applications.htm#comments</comments>
		<pubDate>Tue, 16 Jan 2007 06:39:58 +0000</pubDate>
		<dc:creator>lucius</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://www.emgarten.com/deploying-gwt-applications.htm</guid>
		<description><![CDATA[Once you have built your Google Web Toolkit application run the -compile.cmd script, or hit the compile/browse button in the debugger. It will open in a browser window and you will be able to double check that it works properly as javascript. At this point you should also double check that it looks fine in [...]]]></description>
		<wfw:commentRss>http://www.emgarten.com/deploying-gwt-applications.htm/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
