<?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>thejavashop.net</title>
	<atom:link href="http://thejavashop.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://thejavashop.net/blog</link>
	<description></description>
	<lastBuildDate>Fri, 13 Apr 2012 19:09:36 +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>JAI Imaging and Tomcat</title>
		<link>http://thejavashop.net/blog/?p=27</link>
		<comments>http://thejavashop.net/blog/?p=27#comments</comments>
		<pubDate>Fri, 13 Apr 2012 17:57:33 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://thejavashop.net/blog/?p=27</guid>
		<description><![CDATA[After a recent upgrade from Tomcat 6.0.24 to 6.0.35 the tif imaging reader was no longer found by my web application: One solution I came across was to disable the JreMemoryLeakPreventionListener in the conf/server.xml file: but after reading this informative wiki post (http://wiki.apache.org/tomcat/MemoryLeakProtection) I really didn&#8217;t want to do this as memory leaks suck and [...]]]></description>
		<wfw:commentRss>http://thejavashop.net/blog/?feed=rss2&#038;p=27</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTable containing mutiple JComboBoxes</title>
		<link>http://thejavashop.net/blog/?p=8</link>
		<comments>http://thejavashop.net/blog/?p=8#comments</comments>
		<pubDate>Tue, 15 Jun 2010 17:21:59 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://thejavashop.net/blog/?p=8</guid>
		<description><![CDATA[I recently was asked to add a column to an existing JTable to display a list of data using a JComboBox. Each row has its own set of data to display. All examples of JComboBox usage within a JTable I could find was for a set of data to be displayed for every row. In [...]]]></description>
		<wfw:commentRss>http://thejavashop.net/blog/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, Pan and Stunnel</title>
		<link>http://thejavashop.net/blog/?p=3</link>
		<comments>http://thejavashop.net/blog/?p=3#comments</comments>
		<pubDate>Fri, 08 Jan 2010 03:37:28 +0000</pubDate>
		<dc:creator>Bill</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://thejavashop.net/blog/?p=3</guid>
		<description><![CDATA[After failing to get Giganews Accelerator to run under wine I decided to proceed in getting Pan to run ssl using stunnel. Here&#8217;s how I did it. First off get stunnel installed: sudo apt-get install stunnel Second edit the stunnel.conf sudo gedit /etc/stunnel/stunnel.conf Here is mine, replace the news server with yours: ; Sample stunnel [...]]]></description>
		<wfw:commentRss>http://thejavashop.net/blog/?feed=rss2&#038;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

