<?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>Chaotic Java &#187; Google Web Toolkit</title>
	<atom:link href="http://chaoticjava.com/posts/category/code/java-language/frameworks/gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Mon, 14 Nov 2011 03:49:09 +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>Avoiding getter and setter pairs in GWT&#8217;s RequestFactory</title>
		<link>http://chaoticjava.com/posts/avoiding-getter-and-setter-pairs-in-gwt-requestfactory/</link>
		<comments>http://chaoticjava.com/posts/avoiding-getter-and-setter-pairs-in-gwt-requestfactory/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 18:40:16 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>
		<category><![CDATA[chain of responsibility]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[requestfactory]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/?p=394</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/avoiding-getter-and-setter-pairs-in-gwt-requestfactory/";</script>GWT (Google web toolkit) is a great development toolkit for web applications. I&#8217;ve been following it for a white now (including two somehwat popular posts about drag and drop and about enums, back when those weren&#8217;t so popular..) and it keeps getting better and better. Recently, in version 2.1, they&#8217;ve added something called the RequestFactory, [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/avoiding-getter-and-setter-pairs-in-gwt-requestfactory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using OpenID within GWT</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/</link>
		<comments>http://chaoticjava.com/posts/using-openid-within-gwt/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 09:13:44 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Framework Development]]></category>
		<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/?p=227</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/using-openid-within-gwt/";</script>For those of you who donâ€™t know what OpenID is, get to know it now. This post is going to be about how to use OpenID authentication in your GWT applications. First, a reminder of what OpenID is: OpenID is a free and easy way to use a single digital identity across the Internet. My [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/using-openid-within-gwt/feed/</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>Enums, Generics and for-each loops in GWT 1.5</title>
		<link>http://chaoticjava.com/posts/enums-generics-and-for-each-loops-in-gwt-15/</link>
		<comments>http://chaoticjava.com/posts/enums-generics-and-for-each-loops-in-gwt-15/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 08:37:26 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/enums-generics-and-for-each-loops-in-gwt-15/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/enums-generics-and-for-each-loops-in-gwt-15/";</script>For a couple of weeks now, the Google Web Toolkit 1.5 milestone 1 was available for download (announcement here). This completes the set of Java language features added to Java 5 by adding support for enums (much better than my workaround enum), generics and for-each loops. GWT itself even uses generics for the asynchronous calls, [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/enums-generics-and-for-each-loops-in-gwt-15/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Drag and Drop in GWT &#8211; The How-To</title>
		<link>http://chaoticjava.com/posts/drag-and-drop-in-gwt-the-how-to/</link>
		<comments>http://chaoticjava.com/posts/drag-and-drop-in-gwt-the-how-to/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 19:32:42 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/drag-and-drop-in-gwt-the-how-to/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/drag-and-drop-in-gwt-the-how-to/";</script>I wrote about GWT&#8217;s lack of drag and drop a long time ago, and since then have done many things instead of making a generic drag-drop mechanism as promised. Luckily, some other people have, and it seems like their solution is quite good and solves a wide array of drag-drop problems. Since it might be [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/drag-and-drop-in-gwt-the-how-to/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Enums &amp; GWT</title>
		<link>http://chaoticjava.com/posts/enums-gwt/</link>
		<comments>http://chaoticjava.com/posts/enums-gwt/#comments</comments>
		<pubDate>Sun, 30 Sep 2007 23:03:56 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/enums-gwt/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/enums-gwt/";</script>I&#8217;ve been working with GWT (Google&#8217;s Web Toolkit) a bit recently, and I must first say it&#8217;s an amazing tool. It does have some downfalls, like requiring you to use J2SE 1.4 syntax, so no enum or generics when developing with GWT.. That said, there&#8217;s nothing stopping you from using the Java SE 5 or [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/enums-gwt/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Drag and Drop in GWT</title>
		<link>http://chaoticjava.com/posts/drag-and-drop-in-gwt/</link>
		<comments>http://chaoticjava.com/posts/drag-and-drop-in-gwt/#comments</comments>
		<pubDate>Sat, 12 Aug 2006 22:55:25 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/drag-and-drop-in-gwt/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/drag-and-drop-in-gwt/";</script>Regarding my previous rant, I am still waiting for GWT to be released on the Mac (with hosted mode, that is), and until that happens I am toying around with it in very slow pace. However, one issue is semi-resolved for me as I read this article from Nub Games. Apparently, there&#8217;s an easy way [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/drag-and-drop-in-gwt/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dull points about GWT</title>
		<link>http://chaoticjava.com/posts/dull-points-about-gwt/</link>
		<comments>http://chaoticjava.com/posts/dull-points-about-gwt/#comments</comments>
		<pubDate>Fri, 28 Jul 2006 11:55:04 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>
		<category><![CDATA[IntelliJ IDEA]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/dull-points-about-gwt/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/dull-points-about-gwt/";</script>In response to the excitement of yesterday, and to continue that post, I will now count a few things I personally woud like to see happening in GWT, and its IntelliJ integration. UI Editor Just as the world realised that editing forms should not be done by hand-writing the code to create them, so did [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/dull-points-about-gwt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some GWT Excitement</title>
		<link>http://chaoticjava.com/posts/some-gwt-excitement/</link>
		<comments>http://chaoticjava.com/posts/some-gwt-excitement/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 20:19:37 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Google Web Toolkit]]></category>
		<category><![CDATA[IntelliJ IDEA]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/some-gwt-excitement/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/some-gwt-excitement/";</script>Okay, it&#8217;s still not time to stop holding your breath as I&#8217;m not fully back yet. My personal issues are (as long as they are&#8230; sigh) close to finish, and I can finally say that a lot of those issues are sorted out already &#8211; For example, I have a computer now! However, I&#8217;ve been [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/some-gwt-excitement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

