<?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>greg&#039;s weblog &#187; java</title>
	<atom:link href="http://gregk.me/category/tech/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregk.me</link>
	<description>the more I learn, the less I know</description>
	<lastBuildDate>Wed, 16 May 2012 21:28:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Should statics be removed from PHP?</title>
		<link>http://gregk.me/2012/should-static-methods-be-removed-from-php/</link>
		<comments>http://gregk.me/2012/should-static-methods-be-removed-from-php/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 00:23:39 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://gregk.me/?p=1478</guid>
		<description><![CDATA[This might sound heavy handed and radical but it&#8217;s widely accepted, particularly among the testing community that statics are evil. Specifically I&#8217;m referring to static properties and methods, with exception to self for late static binding and parent used in inheritance. At first glance, statics are a convenience but as your code base grows, and [...]]]></description>
		<wfw:commentRss>http://gregk.me/2012/should-static-methods-be-removed-from-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java impressions</title>
		<link>http://gregk.me/2006/java-impressions/</link>
		<comments>http://gregk.me/2006/java-impressions/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 14:43:23 +0000</pubDate>
		<dc:creator>Greg K</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://gregk.me/2006/11/25/java-impressions/</guid>
		<description><![CDATA[This was meant to be a lengthy comparison of the stumbling blocks I found learning Java having come from PHP. However learning Java is currently on the back burner so I thought I&#8217;d post what I have anyway. Back in September I purchased Head First Java (I had to see what all the fuss was [...]]]></description>
		<wfw:commentRss>http://gregk.me/2006/java-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

