<?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>The Same River Twice &#187; Java</title>
	<atom:link href="http://www.blackfez.com/tags/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blackfez.com</link>
	<description>A Feztival of Fun</description>
	<lastBuildDate>Thu, 26 Jan 2012 04:27:38 +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>Javadoc library</title>
		<link>http://www.blackfez.com/2011/10/29/javadoc-library/</link>
		<comments>http://www.blackfez.com/2011/10/29/javadoc-library/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 17:23:08 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Deep Thoughts]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javadoc]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=482</guid>
		<description><![CDATA[The great reorganization and unit test extravaganza continues. I&#8217;ve got most of my various and sundry projects migrated to use the NetBeans IDE. Also have pretty much everything migrated to use Maven. Which is very nice. What I&#8217;ve been up to all morning. I would also post the accompanying SVN repos to go with these [...]]]></description>
			<content:encoded><![CDATA[<p>The great reorganization and unit test extravaganza continues. I&#8217;ve got most of my various and sundry projects migrated to use the NetBeans IDE. Also have pretty much everything migrated to use Maven. Which is very nice.</p>
<p><a href="http://blackfez.com/javadocs/">What I&#8217;ve been up to all morning</a>. I would also post the accompanying SVN repos to go with these but, ummm, I have my web sites in the same browsable universe. And there&#8217;s some &#8220;sensitive&#8221; information therein.</p>
<p>Anyway, I can provide source if you&#8217;re interested. And I <em>just know</em> you are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2011/10/29/javadoc-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipsed</title>
		<link>http://www.blackfez.com/2011/10/20/eclipsed/</link>
		<comments>http://www.blackfez.com/2011/10/20/eclipsed/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 02:34:57 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Rants and Stories]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[EVIADA]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[NetBeans]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=468</guid>
		<description><![CDATA[I&#8217;ve gotten really tired of Eclipse pooping up my Maven projects. Like seriously bringing the buttstain. I&#8217;ve loved Eclipse ever since I started using it back in my time with the EVIADA project. I wrote a good bit of the UI for the Annotator&#8217;s Workbench using Eclipse. I&#8217;ve used it ever since then too, even [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten really tired of <a href="http://www.google.com/url?sa=t&#038;rct=j&#038;q=eclipse&#038;source=web&#038;cd=1&#038;ved=0CC0QFjAA&#038;url=http%3A%2F%2Fwww.eclipse.org%2F&#038;ei=ZtmgTqU_yo2xAoK1qJ0F&#038;usg=AFQjCNFLDQCqoSDxwm1phYDfj2aJnL2dPA&#038;cad=rja">Eclipse</a> pooping up my <a href="http://maven.apache.org/">Maven</a> projects.  Like seriously bringing the buttstain.  I&#8217;ve loved Eclipse ever since I started using it back in my time with the <a href="http://www.eviada.org/">EVIADA</a> project.  I wrote a good bit of the UI for the <a href="http://www.eviada.org/element.cfm?mc=6&#038;ctID=31&#038;eID=1">Annotator&#8217;s Workbench</a> using Eclipse.</p>
<p>I&#8217;ve used it ever since then too, even if the vi key bindings thing in the editor has never gone well.  I&#8217;d been holding out for the Indigo release but the last week has seen me &#8220;reboot&#8221; my workspace twice already.  When I code for fun, I want to code&#8230;not fight with an IDE.</p>
<p>But no more.  Tonight I&#8217;m setting up a <a href="http://netbeans.org/index.html">NetBeans</a> environment.  Damn the consequences!  Hopefully the culture shock is not too great.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2011/10/20/eclipsed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Mathematic Expression Parser</title>
		<link>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/</link>
		<comments>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 17:03:15 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Rants and Stories]]></category>
		<category><![CDATA[Expression parser]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=144</guid>
		<description><![CDATA[JMEP is exactly what I&#8217;ve been beating my head over for the past few weeks. Seriously way better than what I was writing and, from the testing I&#8217;ve done, way more robust. If you&#8217;ve been looking for an open-source java parser for mathematical expressions, your search is over. Never was interested in building a parser, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://jmep.tigris.org/">JMEP</a> is exactly what I&#8217;ve been beating my head over for the past few weeks.  Seriously way better than what I was writing and, from the testing I&#8217;ve done, way more robust.  If you&#8217;ve been looking for an open-source java parser for mathematical expressions, your search is over.</p>
<p>Never was interested in building a parser, I&#8217;m way more interested in building a cross-platform GUI fantasy baseball draft manager.  Using JMEP cut my own codebase by several dozen classes and simplified the whole stats interface aspect significantly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2008/08/27/java-mathematic-expression-parser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic Classes</title>
		<link>http://www.blackfez.com/2008/05/21/dynamic-classes/</link>
		<comments>http://www.blackfez.com/2008/05/21/dynamic-classes/#comments</comments>
		<pubDate>Thu, 22 May 2008 03:01:03 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Deep Thoughts]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=125</guid>
		<description><![CDATA[I&#8217;ve spent about a month trying to work around needing to write / compile Java classes dynamically because I thought it would be an utter PITA. Turns out dynamic classes are not so difficult after all. /me wipes egg from his face and feels dumb for not consulting the Internet sooner.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent about a month trying to work around needing to write / compile Java classes dynamically because I thought it would be an utter <acronym title="Pain In The Ass">PITA</acronym>.  Turns out <a href="http://www.rgagnon.com/javadetails/java-0039.html">dynamic classes are not so difficult</a> after all.</p>
<p>/me wipes egg from his face and feels dumb for not consulting the Internet sooner.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2008/05/21/dynamic-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Uncomfortable Truths</title>
		<link>http://www.blackfez.com/2008/03/20/uncomfortable-truths/</link>
		<comments>http://www.blackfez.com/2008/03/20/uncomfortable-truths/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 01:55:28 +0000</pubDate>
		<dc:creator>Fezboy!</dc:creator>
				<category><![CDATA[Rants and Stories]]></category>
		<category><![CDATA[Design patterns]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.blackfez.com/?p=106</guid>
		<description><![CDATA[So I asked this question on Ask Metafilter because I&#8217;ve been trying to figure out a sticky (to me) problem. I&#8217;m not sure how I want to model this using Java. Among the answers provided (all seem top-notch so far) was a link to an article, Execution in the Kingdom of Nouns. Even though it [...]]]></description>
			<content:encoded><![CDATA[<p>So I asked <a href="http://ask.metafilter.com/86673/Design-Pattern-Quandry">this question</a> on <a href="http://ask.metafilter.com/">Ask Metafilter</a> because I&#8217;ve been trying to figure out a sticky (to me) problem.  I&#8217;m not sure how I want to model this using Java.</p>
<p>Among the answers provided (all seem top-notch so far) was a link to an article, <cite><a href="http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html">Execution in the Kingdom of Nouns</a></cite>.  Even though it was written well-neigh two years ago, I had not read it until now.  Let me just say my life has been poorer for it.</p>
<p>But the weird thing is that it is a really uncomfortable essay for me to read.  I really really like the rigid structure of Java.  Code written in Java is so well organized because of the rules and syntax.  It is elegant and it <em>does</em> permit me a small level of smugness knowing I write in such a demanding language.  And, basically, this article is listing the ways this language is so difficult to work with and that things need not be so crapular.  Also, my design problem is not so large a problem when attacked with a less-noun-centric language.</p>
<p>At any rate, I haven&#8217;t done much more than read the answers in the thread so far and then the linked article so I don&#8217;t know how helpful the help will prove to be.  I did, however, have to share the excellent rant.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blackfez.com/2008/03/20/uncomfortable-truths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

