<?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/"
	>

<channel>
	<title>Cedric's Blog</title>
	<atom:link href="http://blog.dandoy.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dandoy.org</link>
	<description>A Java weblog</description>
	<pubDate>Sat, 04 Apr 2009 13:24:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse RCP – Missing Controllers</title>
		<link>http://blog.dandoy.org/2008/06/05/eclipse-rcp-%e2%80%93-missing-controllers/</link>
		<comments>http://blog.dandoy.org/2008/06/05/eclipse-rcp-%e2%80%93-missing-controllers/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 01:50:54 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/2008/06/05/eclipse-rcp-%e2%80%93-missing-controllers/</guid>
		<description><![CDATA[It has been more than a year that a switched from working ON the JDeveloper platform to working WITH the Eclipse platform.
There is of course a lot to learn but that&#8217;s the fun part of our job.
The Eclipse platform however has one flaw that keeps bothering me and makes the development much harder: controlling and [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2008/06/05/eclipse-rcp-%e2%80%93-missing-controllers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Groovymonkey</title>
		<link>http://blog.dandoy.org/2008/05/18/groovymonkey/</link>
		<comments>http://blog.dandoy.org/2008/05/18/groovymonkey/#comments</comments>
		<pubDate>Sun, 18 May 2008 15:57:16 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/2008/05/18/groovymonkey/</guid>
		<description><![CDATA[We have introduced Groovy in or product about a year ago as a scripting mechanism for power users. A year later it became a key component and we use it everywhere.
It is important to understand that our developers do not write Groovy code, it is only used as a way for end-users to extend the [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2008/05/18/groovymonkey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Devel 3.0 released</title>
		<link>http://blog.dandoy.org/2007/10/18/devel-30-released/</link>
		<comments>http://blog.dandoy.org/2007/10/18/devel-30-released/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 14:39:53 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/2007/10/18/devel-30-released/</guid>
		<description><![CDATA[I have finally open sourced my Oracle database IDE, Devel 3.0.
It does not have as many features as its competitors but it is much, much faster.
The whole program is 1Mb and starts under a second.
If you are working with Oracle database, doing SQL or PL/SQL, it is worth a try.
The program has been originally written [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2007/10/18/devel-30-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Beep Breakpoint</title>
		<link>http://blog.dandoy.org/2007/01/28/the-beep-breakpoint/</link>
		<comments>http://blog.dandoy.org/2007/01/28/the-beep-breakpoint/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 20:15:45 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/?p=10</guid>
		<description><![CDATA[Sometimes you would like to know how often a method is called. You don&#8217;t need to know the exact number but just have a feeling of how often it is.
The traditional technique would be to add a System.out.println() but that means that you have change your source file, recompile, play with your application while keeping [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2007/01/28/the-beep-breakpoint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Pair class</title>
		<link>http://blog.dandoy.org/2007/01/20/the-pair-class/</link>
		<comments>http://blog.dandoy.org/2007/01/20/the-pair-class/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 05:06:04 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Swing]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/?p=6</guid>
		<description><![CDATA[This article describes a little utility class that I have found very useful in different occasions.
You may have already seen the Pair class in other languages or in libraries without realizing how helpful it can be in Java.
The Pair class holds two objects, first and second. first defines the behavior and second holds a reference [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2007/01/20/the-pair-class/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Class Size</title>
		<link>http://blog.dandoy.org/2007/01/20/class-size/</link>
		<comments>http://blog.dandoy.org/2007/01/20/class-size/#comments</comments>
		<pubDate>Sun, 21 Jan 2007 01:32:48 +0000</pubDate>
		<dc:creator>cedric</dc:creator>
		
		<category><![CDATA[Core Java]]></category>

		<guid isPermaLink="false">http://blog.dandoy.org/?p=3</guid>
		<description><![CDATA[Are you concerned about the memory your java application uses?
You probably have already removed those unused methods or fields or variables, you have used an integer field to store flags instead of using booleans, you have changed an algorithm to not use an intermediate ArrayList, &#8230;
There is one area that is usually overlooked when writing [...]]]></description>
		<wfw:commentRss>http://blog.dandoy.org/2007/01/20/class-size/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
