<?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; Mustang</title>
	<atom:link href="http://chaoticjava.com/posts/category/code/java-language/language/mustang/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Fri, 23 Jul 2010 17:09:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>Instrumenting Java yielders into applications</title>
		<link>http://chaoticjava.com/posts/the-last-detail-redefining-yielders/</link>
		<comments>http://chaoticjava.com/posts/the-last-detail-redefining-yielders/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 13:02:11 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Mustang]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/the-last-detail-redefining-yielders/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/the-last-detail-redefining-yielders/";</script>In order to implement the Yielder feature, it was not enough to understand what I want to do and implement it using a bytecode manipulation framework &#8211; I also had to hook into the JVM to manipulate any Yielder implementation at runtime. At first I thought of having a Factory design pattern, where Yielder implementations [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/the-last-detail-redefining-yielders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java SE 6.0 Release 1 Preview</title>
		<link>http://chaoticjava.com/posts/java-se-60-release-1-preview/</link>
		<comments>http://chaoticjava.com/posts/java-se-60-release-1-preview/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 13:12:10 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Mustang]]></category>

		<guid isPermaLink="false">http://chaoticjava.com/posts/java-se-60-release-1-preview/</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/java-se-60-release-1-preview/";</script>If I had rants about the previous version of Java not being released properly on the Mac last time, these days I have only applauses. I guess I was so upset about the way Appe were releasing Java versions that I didn&#8217;t even bother to check if there is a preview release for Java SE [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/java-se-60-release-1-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Relations with JDBC 4.0</title>
		<link>http://chaoticjava.com/posts/relations-with-jdbc-40/</link>
		<comments>http://chaoticjava.com/posts/relations-with-jdbc-40/#comments</comments>
		<pubDate>Fri, 24 Feb 2006 10:48:13 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Mustang]]></category>

		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=137</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/relations-with-jdbc-40/";</script>The best way to see what JDBC 4.0 is going to offer is to look at DataSet&#60;T&#62;&#8216;s documentation. There are some examples there that really make you want to try it out, even if you don&#8217;t work with direct database access at the moment. For me &#8211; I can&#8217;t, and this relates to my on [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/relations-with-jdbc-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Generics to the new Class File</title>
		<link>http://chaoticjava.com/posts/adding-generics-to-the-new-class-file/</link>
		<comments>http://chaoticjava.com/posts/adding-generics-to-the-new-class-file/#comments</comments>
		<pubDate>Sat, 11 Feb 2006 19:30:20 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Mustang]]></category>

		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=127</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/adding-generics-to-the-new-class-file/";</script>JSR 202, JavaTM Class File Specification Update, is one of the JSRs being added to Mustang, the next J2SE which is to be released this August, according to its current roadmap. The JSR will introduce faster class loading during runtime thanks to a technique found by the CLDC team, as said in the JSR: As [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/adding-generics-to-the-new-class-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Annotation Processing, then and tomorrow</title>
		<link>http://chaoticjava.com/posts/annotation-processing-then-and-tomorrow/</link>
		<comments>http://chaoticjava.com/posts/annotation-processing-then-and-tomorrow/#comments</comments>
		<pubDate>Sat, 04 Feb 2006 08:57:37 +0000</pubDate>
		<dc:creator>Aviad</dc:creator>
				<category><![CDATA[Mustang]]></category>
		<category><![CDATA[Tiger]]></category>

		<guid isPermaLink="false">http://javachaos.crazyredpanda.com/?p=117</guid>
		<description><![CDATA[<script type="text/javascript">dzone_url = "http://chaoticjava.com/posts/annotation-processing-then-and-tomorrow/";</script>I was going to implement my @WeakReference, I really was! However, the current apt tool doesn&#8217;t really cut it. For example, it doesn&#8217;t seem to allow for processing inside code portions, only on declarations such as method declarations and class declarations. Another annoyance is with the way the apt API is supplied: The annotation processing [...]]]></description>
		<wfw:commentRss>http://chaoticjava.com/posts/annotation-processing-then-and-tomorrow/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
