<?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>Great Tasting Java &#187; Uncategorized</title>
	<atom:link href="http://www.greattastingjava.com/wordpress/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greattastingjava.com/wordpress</link>
	<description>Headley Williamson's Java code, answers, tutorials, and courses</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The best Money Advice</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2010/02/23/the-best-money-advice/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2010/02/23/the-best-money-advice/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:37:10 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/?p=60</guid>
		<description><![CDATA[Listen to Dave Ramsay and follow his baby steps.
http://www.daveramsey.com/new/baby-steps/
-Headley
]]></description>
			<content:encoded><![CDATA[<p>Listen to Dave Ramsay and follow his baby steps.</p>
<p>http://www.daveramsey.com/new/baby-steps/</p>
<p>-Headley</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2010/02/23/the-best-money-advice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To solve Stale Connection issues in datasource</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2010/01/19/to-solve-stale-connection-issues-in-datasource/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2010/01/19/to-solve-stale-connection-issues-in-datasource/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:40:16 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/index.php/2010/01/19/to-solve-stale-connection-issues-in-datasource/</guid>
		<description><![CDATA[To solve StaleConnection issue in datasource configured at WAS level please do the following:
•	Enable pre-test SQL string for that data source
•	Place SQL string as “SELECT 1 FROM SYSIBM.SYSDUMMY1” for DB2 and “SELECT 1 FROM DUAL” for Oracle 
The above said properties will be present in Connection pool properties in WAS – Admin Console .
NOTE: This [...]]]></description>
			<content:encoded><![CDATA[<p>To solve StaleConnection issue in datasource configured at WAS level please do the following:</p>
<p>•	Enable pre-test SQL string for that data source<br />
•	Place SQL string as “SELECT 1 FROM SYSIBM.SYSDUMMY1” for DB2 and “SELECT 1 FROM DUAL” for Oracle </p>
<p>The above said properties will be present in Connection pool properties in WAS – Admin Console .</p>
<p>NOTE: This will be valid and holds GOOD ONLY if the datasource is ConnectionPoolDataSource implementation .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2010/01/19/to-solve-stale-connection-issues-in-datasource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Stock Picks for 5/16/2009</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2009/10/15/latest-stock-picks-for-5162009/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2009/10/15/latest-stock-picks-for-5162009/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 04:09:11 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/?p=52</guid>
		<description><![CDATA[Buy tomorrow morning
OMN
PZE
APC
Buy at 3:00pm EST
HLX
GMXR
]]></description>
			<content:encoded><![CDATA[<p>Buy tomorrow morning<br />
OMN<br />
PZE<br />
APC<br />
Buy at 3:00pm EST<br />
HLX<br />
GMXR</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2009/10/15/latest-stock-picks-for-5162009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow PC? Easy way to make your PC faster for Free using msconfig</title>
		<link>http://www.greattastingjava.com/wordpress/index.php/2009/02/23/slow-pc-easy-way-to-make-your-pc-faster-for-free-using-msconfig/</link>
		<comments>http://www.greattastingjava.com/wordpress/index.php/2009/02/23/slow-pc-easy-way-to-make-your-pc-faster-for-free-using-msconfig/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 12:54:16 +0000</pubDate>
		<dc:creator>hwilliamson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.greattastingjava.com/wordpress/index.php/2009/02/23/slow-pc-easy-way-to-make-your-pc-faster-for-free-using-msconfig/</guid>
		<description><![CDATA[1. From start menu click run
2. Then type msconfig
3. click on the startup
4. disable all the programs you recognize and you don&#8217;t need.
5. Don&#8217;t worry when your computer reboots this program will automatically start, so you can turn on anything that was a mistake .
]]></description>
			<content:encoded><![CDATA[<p>1. From start menu click run<br />
2. Then type msconfig<br />
3. click on the startup<br />
4. disable all the programs you recognize and you don&#8217;t need.<br />
5. Don&#8217;t worry when your computer reboots this program will automatically start, so you can turn on anything that was a mistake .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.greattastingjava.com/wordpress/index.php/2009/02/23/slow-pc-easy-way-to-make-your-pc-faster-for-free-using-msconfig/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
