<?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>Object Definitions Blog</title>
	<atom:link href="http://www.objectdefinitions.com/odblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectdefinitions.com/odblog</link>
	<description>Software Development - random theories, code snippits and opinions</description>
	<lastBuildDate>Tue, 06 Sep 2011 22:43:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Automatically moving spam to a junk mailbox under a Plesk 9 server</title>
		<link>http://www.objectdefinitions.com/odblog/2011/automatically-moving-spam-to-a-junk-mailbox-under-a-plesk-9-server/</link>
		<comments>http://www.objectdefinitions.com/odblog/2011/automatically-moving-spam-to-a-junk-mailbox-under-a-plesk-9-server/#comments</comments>
		<pubDate>Sat, 03 Sep 2011 13:30:50 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=335</guid>
		<description><![CDATA[This is just a quick note on how I was able to get this working under plesk 9, which seems frustratingly limited in its mail filtering ability. Essentially there&#8217;s an option to automatically delete all mails identified as junk &#8211; but nothing to enable you to simply move them into a junk directory (which is [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2011/automatically-moving-spam-to-a-junk-mailbox-under-a-plesk-9-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix right click JTree selection and JPopupMenu so your JTree feels native</title>
		<link>http://www.objectdefinitions.com/odblog/2011/how-to-fix-right-click-selection-and-jpopupmenu-so-your-jtree-feels-native/</link>
		<comments>http://www.objectdefinitions.com/odblog/2011/how-to-fix-right-click-selection-and-jpopupmenu-so-your-jtree-feels-native/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 07:31:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[consume]]></category>
		<category><![CDATA[dismiss]]></category>
		<category><![CDATA[JPopupMenu]]></category>
		<category><![CDATA[jtable]]></category>
		<category><![CDATA[JTree]]></category>
		<category><![CDATA[native]]></category>
		<category><![CDATA[popup]]></category>
		<category><![CDATA[right click]]></category>
		<category><![CDATA[right click select]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=316</guid>
		<description><![CDATA[A way of fixing two annoying issues with JTree popup menus, which may make your swing app feel much more native. Examples to show how to select items in the tree on right click before the popup menu is shown, and a magic property to allow a click outside the popup to select new nodes immediately, as well as dismissing the popup.]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2011/how-to-fix-right-click-selection-and-jpopupmenu-so-your-jtree-feels-native/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intellij patch not working on Windows 7 or Vista</title>
		<link>http://www.objectdefinitions.com/odblog/2011/intellij-patch-not-working-on-windows-7-or-vista/</link>
		<comments>http://www.objectdefinitions.com/odblog/2011/intellij-patch-not-working-on-windows-7-or-vista/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 20:40:18 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[restart]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=308</guid>
		<description><![CDATA[Just a quick tip, since I googled it and didn&#8217;t find anything much to help!
The intellij patch never seemed to work for me, and I kept having to reinstall from scratch to get a new minor version, until I tried running Intellij with Administrator privileges
Right clicking the intellij startup shortcut and running the program as [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2011/intellij-patch-not-working-on-windows-7-or-vista/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sparse arrays within Java collections can cause memory leaks.</title>
		<link>http://www.objectdefinitions.com/odblog/2010/sparse-arrays-within-java-collections-can-cause-memory-leaks/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/sparse-arrays-within-java-collections-can-cause-memory-leaks/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 17:31:22 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[collections]]></category>
		<category><![CDATA[HashMap]]></category>
		<category><![CDATA[leak]]></category>
		<category><![CDATA[map]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[memory leak]]></category>
		<category><![CDATA[optimisation]]></category>
		<category><![CDATA[sparse]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=286</guid>
		<description><![CDATA[Here&#8217;s one java interview question which seemes to come up a lot &#8211; when would you use an ArrayList, and when would you use a LinkedList?
Well, there are various reasons to prefer each, but one thing which probably wouldn&#8217;t leap to mind initially is memory efficiency. If you do consider memory efficiency, it might first [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/sparse-arrays-within-java-collections-can-cause-memory-leaks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create Field Intention in Intellij 9 &#8211; disabled by default?</title>
		<link>http://www.objectdefinitions.com/odblog/2010/create-field-intention-in-intellij-9-disabled-by-default/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/create-field-intention-in-intellij-9-disabled-by-default/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 16:21:28 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[9]]></category>
		<category><![CDATA[add field]]></category>
		<category><![CDATA[create field]]></category>
		<category><![CDATA[intellij]]></category>
		<category><![CDATA[intention]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=279</guid>
		<description><![CDATA[If, like me, you are missing the &#8216;Create Field&#8217; intention in Intellij 9, here is the solution. I was about to send a bug report for the missing feature, but then I realised that the create field intention had somehow become disabled in the intellij config.
It&#8217;s certainly not something I changed. Perhaps that intention setting [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/create-field-intention-in-intellij-9-disabled-by-default/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an IMAP account with SSL does not work with Android 2.1</title>
		<link>http://www.objectdefinitions.com/odblog/2010/setting-up-an-imap-account-with-ssl-does-not-work-with-android-2-1/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/setting-up-an-imap-account-with-ssl-does-not-work-with-android-2-1/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 22:49:03 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[hardware]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[Android 2.1]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=274</guid>
		<description><![CDATA[I had this problem after upgrading my Hero to Android 2.1
I previously had an imap mailbox working fine, with an SSL connection, but setting it up again under 2.1 seemed to get me nowhere.
After going to manual setup and entering the incoming server details, clicking continue would simply take me back to the same page [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/setting-up-an-imap-account-with-ssl-does-not-work-with-android-2-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New jtimeseries project on sourceforge</title>
		<link>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/#comments</comments>
		<pubDate>Thu, 20 May 2010 07:33:29 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jtimeseries]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[profiling]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[timeseries]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=264</guid>
		<description><![CDATA[For the last year and a half I have been hard at work at a new open source project jtimeseries.
This has finally made it onto sourceforge!
So what can you do with this jtimeseries thing?
Quite a lot, already. Let me explain how this project was conceived&#8230;.
Initially, I was looking for a java based API which I [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/new-jtimeseries-project-on-sourceforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adi 198x drivers for Windows 7</title>
		<link>http://www.objectdefinitions.com/odblog/2010/adi-198x-drivers-for-windows-7/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/adi-198x-drivers-for-windows-7/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:45:50 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=258</guid>
		<description><![CDATA[I have an old Dimension 4700 and Windows 7 couldn&#8217;t find audio drivers for adi 190x sound card.
After a lot of searching I came across the following link to drivers from an IBM ftp server:
http://ftp.us.dell.com/audio/R145551.EXE
These are vista drivers, for &#8216;Soundmax Integrated Digital Audio&#8217; which appear to support the adi-198x and they installed fine for me [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/adi-198x-drivers-for-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to find the pid of a java process from code</title>
		<link>http://www.objectdefinitions.com/odblog/2010/how-to-find-the-pid-of-a-java-process-from-code/</link>
		<comments>http://www.objectdefinitions.com/odblog/2010/how-to-find-the-pid-of-a-java-process-from-code/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 12:35:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[finding]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[JMX]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pid]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=255</guid>
		<description><![CDATA[Finding the pid of a running java process from java code]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2010/how-to-find-the-pid-of-a-java-process-from-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTable setRowHeight causes slow repainting</title>
		<link>http://www.objectdefinitions.com/odblog/2009/jtable-setrowheight-causes-slow-repainting/</link>
		<comments>http://www.objectdefinitions.com/odblog/2009/jtable-setrowheight-causes-slow-repainting/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 15:22:18 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>
		<category><![CDATA[jtable]]></category>
		<category><![CDATA[repaint]]></category>
		<category><![CDATA[setRowHeight]]></category>

		<guid isPermaLink="false">http://www.objectdefinitions.com/odblog/?p=234</guid>
		<description><![CDATA[I&#8217;ve spent way too much time in the last few months fixing and optimising table rendering performance for a high performance Java application I&#8217;m working on at the moment. The problems were particularly hard to find becuase the app supports customization of almost every aspect of JTable UI, with custom rendering for rows, columns and [...]]]></description>
		<wfw:commentRss>http://www.objectdefinitions.com/odblog/2009/jtable-setrowheight-causes-slow-repainting/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

