<?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>Windy Road &#187; Software</title>
	<atom:link href="http://windyroad.org/category/tech/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://windyroad.org</link>
	<description>Extraordinary IT.</description>
	<lastBuildDate>Tue, 15 May 2012 12:12:34 +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>Engineering Management: Why are software development task estimations regularly off by a factor of 2-3?</title>
		<link>http://windyroad.org/2012/02/09/engineering-management-why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/</link>
		<comments>http://windyroad.org/2012/02/09/engineering-management-why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 21:14:57 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[estimation]]></category>
		<category><![CDATA[lean]]></category>

		<guid isPermaLink="false">http://windyroad.org/?p=857</guid>
		<description><![CDATA[There is a great response on Quora for the question Engineering Management: Why are software development task estimations regularly off by a factor of 2-3? The top answer is right on the mark. The main reason for this problem is that software development is not an engineering discipline. The idea that software could be engineered [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2012/02/09/engineering-management-why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/' addthis:title='Engineering Management: Why are software development task estimations regularly off by a factor of 2-3? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2012/02/09/engineering-management-why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Chain of Custody Problem</title>
		<link>http://windyroad.org/2012/01/13/the-chain-of-custody-problem/</link>
		<comments>http://windyroad.org/2012/01/13/the-chain-of-custody-problem/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:50:45 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[JMS]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOA]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[TIBCO]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[SOAP]]></category>

		<guid isPermaLink="false">http://windyroad.org/?p=802</guid>
		<description><![CDATA[A lot of enterprises have a strong love affair with messaging software, such as JMS (e.g., IBM® WebSphere® MQ, and TIBCO Enterprise Message Service™) and admittedly, there is a lot to love, like temporal decoupling and guaranteed delivery. However, often overlooked is the chain-of-custody problem that is introduced when the fire-and-forget (A.K.A In-Only or Out-Only) message exchange pattern is used. Maintaining the chain-of-custody in a messaging environment [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2012/01/13/the-chain-of-custody-problem/' addthis:title='The Chain of Custody Problem '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2012/01/13/the-chain-of-custody-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Pipeline Plugin For Hudson/Jenkins</title>
		<link>http://windyroad.org/2011/04/19/build-pipeline-plugin-for-hudsonjenkins/</link>
		<comments>http://windyroad.org/2011/04/19/build-pipeline-plugin-for-hudsonjenkins/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 04:16:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[continuous delivery]]></category>
		<category><![CDATA[jenkins]]></category>

		<guid isPermaLink="false">http://windyroad.org/?p=644</guid>
		<description><![CDATA[I've been a very big fan of Continuous Delivery since I stumbled upon the book last year. One of the things that's been harder than it should be is setting up build pipelines in Jenkins, our CI server of choice. That looks to be a whole lot easier now thanks to Centrum Systems, who recently released [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2011/04/19/build-pipeline-plugin-for-hudsonjenkins/' addthis:title='Build Pipeline Plugin For Hudson/Jenkins '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2011/04/19/build-pipeline-plugin-for-hudsonjenkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Ant JUnit XML Schema</title>
		<link>http://windyroad.org/2011/02/07/apache-ant-junit-xml-schema/</link>
		<comments>http://windyroad.org/2011/02/07/apache-ant-junit-xml-schema/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 19:08:27 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ant]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[xsd]]></category>

		<guid isPermaLink="false">http://windyroad.org/?p=610</guid>
		<description><![CDATA[Here is the XML Schema for the XML produced by Apache Ant's JUnit task and JUnitReport task, based on the code in Apache Ant 1.8.2: JUnit.xsd The Apache Ant JUnit XML Schema is distributed under the terms of the GNU Lesser General Public License (LGPL). Permission to waive conditions of this license may be requested [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2011/02/07/apache-ant-junit-xml-schema/' addthis:title='Apache Ant JUnit XML Schema '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2011/02/07/apache-ant-junit-xml-schema/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BWUnit™ 1.2.2 Released</title>
		<link>http://windyroad.org/2010/02/02/bwunit%e2%84%a2-1-2-2-released/</link>
		<comments>http://windyroad.org/2010/02/02/bwunit%e2%84%a2-1-2-2-released/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 05:33:07 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Releases]]></category>
		<category><![CDATA[TIBCO]]></category>

		<guid isPermaLink="false">http://windyroad.org/?p=502</guid>
		<description><![CDATA[The Windy Road Team is very proud to announce the availability of the BWUnit™ 1.2.2 for immediate download. BWUnit™ is still in beta, however this release is a significant milestone in that it is the first release that is being made available to the general public. Get it while it's hot. Beta participation is free, [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2010/02/02/bwunit%e2%84%a2-1-2-2-released/' addthis:title='BWUnit™ 1.2.2 Released '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2010/02/02/bwunit%e2%84%a2-1-2-2-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Security Alert for Vistered Little Theme</title>
		<link>http://windyroad.org/2007/05/30/security-alert-for-vistered-little-theme/</link>
		<comments>http://windyroad.org/2007/05/30/security-alert-for-vistered-little-theme/#comments</comments>
		<pubDate>Wed, 30 May 2007 04:45:02 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://windyroad.org/2007/05/30/security-alert-for-vistered-little-theme/</guid>
		<description><![CDATA[WordPress Blogs using Vistered Little are being targeted by hackers Over the last two days the number of 404s on my site increased significantly. Further investigation revealed that attempts were being made to access unusual URLs to gain access to files they wouldn't normally have access to. It appears the skins/common.css.php is vulnerable. This file [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2007/05/30/security-alert-for-vistered-little-theme/' addthis:title='Security Alert for Vistered Little Theme '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2007/05/30/security-alert-for-vistered-little-theme/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Skinner Plugin and Presentation Toolkit Plugin</title>
		<link>http://windyroad.org/2007/03/13/skinner-plugin-and-presnetation-toolkit-plugin/</link>
		<comments>http://windyroad.org/2007/03/13/skinner-plugin-and-presnetation-toolkit-plugin/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 22:46:49 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://windyroad.org/2007/03/13/skinner-plugin-and-presnetation-toolkit-plugin/</guid>
		<description><![CDATA[As part of the development of the soon the be released Vistered Little 1.7, I created a skin selector based on the Theme selector that comes with WordPress, which has resulted in the Skinner Plugin. Now all themes can enjoy the benefits of being skinable. I've also created a Presentation Toolkit Plugin based on the [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://windyroad.org/2007/03/13/skinner-plugin-and-presnetation-toolkit-plugin/' addthis:title='Skinner Plugin and Presentation Toolkit Plugin '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
		<wfw:commentRss>http://windyroad.org/2007/03/13/skinner-plugin-and-presnetation-toolkit-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

