<?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; Frameworks</title>
	<atom:link href="http://chaoticjava.com/posts/category/code/java-language/frameworks/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>Revival of the Yielder project?</title>
		<link>http://chaoticjava.com/posts/revival-of-the-yielder-project/</link>
		<comments>http://chaoticjava.com/posts/revival-of-the-yielder-project/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 21:17:00 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Framework Development]]></category>
		<category><![CDATA[Yielder]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/?p=314</guid>
		<description><![CDATA[After not touching the yielder project for a long time, I decided to go back and make the change I knew I needed but feared of doing and fix the yielder project.
]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/revival-of-the-yielder-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple solution to resource collection</title>
		<link>http://chaoticjava.com/posts/simple-solution-to-resource-collection/</link>
		<comments>http://chaoticjava.com/posts/simple-solution-to-resource-collection/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 21:24:24 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Self Ideas]]></category>
		<category><![CDATA[Tiger]]></category>
		<category><![CDATA[gc]]></category>
		<category><![CDATA[io]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/?p=301</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/simple-solution-to-resource-collection/";</script>It&#8217;s called garbage collection, not resource collection! Java&#8217;s garbage collector has made life so easy for us developers that we sometimes confuse between deleting a reference, i.e. a task the GC does, and releasing a resource &#8211; a task the GC doesn&#8217;t do. That&#8217;s because the GC does something else for us called object finalization, [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/simple-solution-to-resource-collection/feed/</wfw:commentRss>
		<slash:comments>8</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>NIO &#8211; Data flow made resource-efficient</title>
		<link>http://chaoticjava.com/posts/nio-data-flow-made-resource-efficient/</link>
		<comments>http://chaoticjava.com/posts/nio-data-flow-made-resource-efficient/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:27:40 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/nio-data-flow-made-resource-efficient/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/nio-data-flow-made-resource-efficient/";</script>This post is all about data flow in the â€œNew I/Oâ€ framework. The data flow mechanism in NIO is essentially different from the â€œoldâ€ IO. There are no decorators to data, and the entire framework revolves around getting one thing done, and done really well: transferring data from an external source into the application or [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/nio-data-flow-made-resource-efficient/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>NIO &#8211; efficient IO&#8217;s granular bits</title>
		<link>http://chaoticjava.com/posts/nio-efficient-ios-granular-bits/</link>
		<comments>http://chaoticjava.com/posts/nio-efficient-ios-granular-bits/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 08:17:13 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/nio-efficient-ios-granular-bits/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/nio-efficient-ios-granular-bits/";</script>The Java NIO package is all about performance. Thatâ€™s why, through this post, the word performance is going to be repeated often, showing where the NIO package increases your applicationâ€™s throughput. Itâ€™s important to note that the â€œold IOâ€, the java.io package, is not bad to use and some features of it are not covered [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/nio-efficient-ios-granular-bits/feed/</wfw:commentRss>
		<slash:comments>3</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>Out-of-the-box database notifications: JMX and Derby in Java 6</title>
		<link>http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/</link>
		<comments>http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 06:46:45 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Mustang]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/";</script>Know when you have a lot of objects relying on some database information, but there&#8217;s no way to tell whether that information has been changed? I&#8217;m not talking about the majority of data in a database, just the little bits that help the application start itself. As an example, a distributed tax calculation application, where [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/out-of-the-box-database-notifications-jmx-and-derby-in-java-6/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>

