<?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>A Place for my head &#187; java</title>
	<atom:link href="http://gnufied.org/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnufied.org</link>
	<description>On Ruby, Rails, Concurrency and fiction</description>
	<lastBuildDate>Mon, 10 Oct 2011 06:49:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Ruby Raven</title>
		<link>http://gnufied.org/2008/01/06/the-ruby-raven/</link>
		<comments>http://gnufied.org/2008/01/06/the-ruby-raven/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 19:37:39 +0000</pubDate>
		<dc:creator>Hemant</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://gnufied.org/2008/01/06/the-ruby-raven/</guid>
		<description><![CDATA[You might have heard of Raven . Its a rake and Rubygems based tool for building/managing Java projects. Looks like upgrades to rake and rubygems has broke raven and my search for &#8220;Ruby Raven&#8221; led me to this: Quite amusing.]]></description>
			<content:encoded><![CDATA[<p>You might have heard of <a href="http://raven.rubyforge.org/use.html"> Raven </a> . Its a rake and Rubygems based tool for building/managing Java projects.</p>
<p>Looks like upgrades to rake and rubygems has broke raven and my search for &#8220;Ruby Raven&#8221; led me to this:</p>
<p><img src="http://ecx.images-amazon.com/images/I/519CKBJ9XYL._AA240_.jpg" /></p>
<p>Quite amusing.</p>
]]></content:encoded>
			<wfw:commentRss>http://gnufied.org/2008/01/06/the-ruby-raven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Network Programming</title>
		<link>http://gnufied.org/2007/11/26/java-network-programming/</link>
		<comments>http://gnufied.org/2007/11/26/java-network-programming/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 11:25:03 +0000</pubDate>
		<dc:creator>Hemant</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://gnufied.org/2007/11/26/java-network-programming/</guid>
		<description><![CDATA[I had to recently write a smallish TCP/IP server in Java. It has to be written in Java, because of yet another obsession of corporate world with Java. The API that I had to use was javish, and although people who wrote it, would claim that API can be used easily in any language, it [...]]]></description>
			<content:encoded><![CDATA[<p>I had to recently write a smallish TCP/IP server in Java. It has to be written in Java, because of yet another obsession of corporate world with Java. The API that I had to use was javish, and although people who wrote it, would claim that API can be used easily in any language, it was not so. Whats more, I had to use that API from rails, so you can understand my situation.</p>
<p>Well, So i googled and found the book for &#8220;Java Network Programming, Third Edition&#8221;.<br />
<a href='http://gnufied.org/wp-content/uploads/2007/11/java_network.jpg' title='Java Network Programming'><img src='http://gnufied.org/wp-content/uploads/2007/11/java_network.thumbnail.jpg' alt='Java Network Programming' /></a></p>
<p>What a crap. My main issues were:</p>
<ul>
<li> I hate a book, which pretends that its examples are ready to run, but they don&#8217;t run, because they need tinkering. I am all for snippets, that demonstrate a thing or two. But when you are saying, ok this example is ready to run, with import and everything in place and It doesn&#8217;t run on actual machine, it just freaks me out. </li>
<li> Although the book has 776 pages, its surprisingly free from useful stuff. Seriously, when I compare this with book by Richard Stevens, this book looks like shit. Although author had more scope here on how to write REALLY scalable networking applications. He wasted 776 pages, talking nothing and perhaps reserved good stuff for &#8220;Advanced Network Programming with Java&#8221; ( Soon, after reading the book, I found that indeed there is a book on Advanced Network Programming ) </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gnufied.org/2007/11/26/java-network-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

