<?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>Software is too expensive to build cheaply... &#187; Java</title>
	<atom:link href="http://twasink.net/blog/category/software_development/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/blog</link>
	<description>Robert's Rambling Ruminations Regarding Reality</description>
	<lastBuildDate>Fri, 16 Jul 2010 06:57:24 +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>Selenium Trick: Using a different DNS</title>
		<link>http://twasink.net/blog/2010/07/selenium-trick-using-a-different-dns/</link>
		<comments>http://twasink.net/blog/2010/07/selenium-trick-using-a-different-dns/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 01:44:34 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[selenium]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=730</guid>
		<description><![CDATA[I love Selenium. It&#8217;s a great tool, that does a damn fine job. But one thing I&#8217;ve been wanting to do for a while is to get it to use a different DNS server to the box it&#8217;s running on.
Here&#8217;s how you do it: 
java -Dsun.net.spi.nameservice.provider.1=dns,sun -Dsun.net.spi.nameservice.nameservers= -jar selenium-server.jar
(Caveat: may not work on non-Sun JVMs. [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2010/07/selenium-trick-using-a-different-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven &#8211; still giving me the shits</title>
		<link>http://twasink.net/blog/2010/02/maven-still-giving-me-the-shits/</link>
		<comments>http://twasink.net/blog/2010/02/maven-still-giving-me-the-shits/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:11:15 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[issuetracking]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[sucks]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=723</guid>
		<description><![CDATA[Some months ago, I wrote about how the Maven Eclipse Plugin 2.7 release  didn&#8217;t fix a bug introduced in 2.6
Well, neither does the newly released 2.8 version.
Guys, I know you didn&#8217;t hear me earlier, but for pity&#8217;s sake &#8211; DO NOT RELEASE SOFTWARE while you still have critical bugs open. If you don&#8217;t want [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2010/02/maven-still-giving-me-the-shits/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OSGi Diaries &#8211; Creating A Bundle</title>
		<link>http://twasink.net/blog/2009/09/osgi-diaries-creating-a-bundle/</link>
		<comments>http://twasink.net/blog/2009/09/osgi-diaries-creating-a-bundle/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 12:12:10 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[java osgi tutorial]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=691</guid>
		<description><![CDATA[Covers turning the simple web app from <a href="http://twasink.net/blog/2009/09/osgi-diaries-a-short-series/">the first installment</a> into a simple web app using an OSGi Bundle.]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/09/osgi-diaries-creating-a-bundle/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>OSGi Diaries &#8211; A short series</title>
		<link>http://twasink.net/blog/2009/09/osgi-diaries-a-short-series/</link>
		<comments>http://twasink.net/blog/2009/09/osgi-diaries-a-short-series/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:20:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[osgi java glassfish]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=684</guid>
		<description><![CDATA[I&#8217;m going to be spending some time over the next couple of weeks learning about OSGi &#8211; there is an application at work that we want to try and make more modular. In particular, we&#8217;d like to be able to share the back tier with more front end clients. The more conventional modularisation techniques, such [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/09/osgi-diaries-a-short-series/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hudson Plugin for Eclipse</title>
		<link>http://twasink.net/blog/2009/07/hudson-plugin-for-eclipse/</link>
		<comments>http://twasink.net/blog/2009/07/hudson-plugin-for-eclipse/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 13:10:44 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[hudson]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=660</guid>
		<description><![CDATA[Lusting over the Atlassian Connector&#8217;s support for Bamboo made me decide to check out what support there was for Hudson in Eclipse. So  I checked out the Hudson Eclipse Plugin. My thoughts: not bad, but not great &#8211; a lot of potential is there, though.

The good:

non cluttered UI.
good &#8220;at-a-glance&#8221; summaries of the current state.
able [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/07/hudson-plugin-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Atlassian Connector for Eclipse &#8211; a review</title>
		<link>http://twasink.net/blog/2009/07/atlassian-connector-for-eclipse-a-review/</link>
		<comments>http://twasink.net/blog/2009/07/atlassian-connector-for-eclipse-a-review/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 12:23:40 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=657</guid>
		<description><![CDATA[In two words: pretty neat.

Once I managed to get the thing installed, using it was pretty easy. All I could take advantage of was the FishEye and JIRA integration (we don&#8217;t use Bamboo or Crucible at Wotif), but these were a good sample.
The JIRA integration is a more-polished version of the standalone JIRA Mylyn plugin. [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/07/atlassian-connector-for-eclipse-a-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Atlassian Connector for Eclipse &#8211; Installation issues</title>
		<link>http://twasink.net/blog/2009/06/atlassian-connector-for-eclipse-installation-issues/</link>
		<comments>http://twasink.net/blog/2009/06/atlassian-connector-for-eclipse-installation-issues/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 03:55:47 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eclipse atlassian]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=655</guid>
		<description><![CDATA[I&#8217;ve been having a problem installing the Atlassian Connector for Eclipse (which gives integration to a bunch of Atlassian and non-Atlassian tools &#8211; mostly I&#8217;m after Fisheye and JIRA). The installation constantly failed for me on this error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Atlassian Connector [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/06/atlassian-connector-for-eclipse-installation-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>M2Eclipse Plugin is not for me</title>
		<link>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/</link>
		<comments>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 14:00:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[maven eclipse]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=650</guid>
		<description><![CDATA[In my previous rant, I bitched about the eclipse:eclipse plugin. I got a fair amount of feedback suggesting I look at the M2Eclipse IDE plugin instead. This plugs directly into Eclipse, introducing in-IDE maven support.
Well, I&#8217;ve looked at the M2Eclipse plugin, and decided it&#8217;s still not suitable for my personal working style.
For anyone interested, here&#8217;s [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>This is why Maven gives me the shits&#8230;</title>
		<link>http://twasink.net/blog/2009/06/this-is-why-maven-gives-me-the-shits/</link>
		<comments>http://twasink.net/blog/2009/06/this-is-why-maven-gives-me-the-shits/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 07:55:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[maven sucks bug issuetracking]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=647</guid>
		<description><![CDATA[The Apache Maven project just announced the next version (2.7) of the Maven Eclipse plugin. This is the plugin that generates the .classpath and .project files.
All well and good. Except that version 2.6 introduced at least one new massive bug &#8211; it puts the JRE at the end of the project classpath, instead of at [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/06/this-is-why-maven-gives-me-the-shits/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Jersey &#8211; a review</title>
		<link>http://twasink.net/blog/2009/02/jersey-a-review/</link>
		<comments>http://twasink.net/blog/2009/02/jersey-a-review/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 11:58:48 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[jersey]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[jsr311]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[web app]]></category>

		<guid isPermaLink="false">http://twasink.net/blog/?p=608</guid>
		<description><![CDATA[We&#8217;ve been getting more interested in using RESTful web services and AJAX based applications recently. One of the tools we&#8217;ve been using with that is Jersey &#8211; the JAX-RS (JSR-331) reference implementation. I&#8217;ve been using it in anger for about a month now, and thought I&#8217;d write up some thoughts I had about it.

Jersey 101
Let&#8217;s [...]]]></description>
		<wfw:commentRss>http://twasink.net/blog/2009/02/jersey-a-review/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
