<?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>Crazy Photon's Blog &#187; .NET</title>
	<atom:link href="http://blog.crazyphoton.net/category/development/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.crazyphoton.net</link>
	<description>Everything about Crazy Photon's life</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:55:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Continuous Integration Tools</title>
		<link>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/</link>
		<comments>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 03:48:19 +0000</pubDate>
		<dc:creator>cphoton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[cruisecontrol]]></category>

		<guid isPermaLink="false">http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/</guid>
		<description><![CDATA[This time, I will be writing about Continuous Integration, I really recommend following it when doing software development. What&#8217;s Continuous Integration? As Martin Fowler said, Continuous Integration is a software development practice where several people integrate their work frequently, usually each person integrates at least daily &#8211; leading to multiple integrations per day. One specific [...]]]></description>
			<content:encoded><![CDATA[<p>This time, I will be writing about Continuous Integration, I really recommend following it when doing software development.</p>
<p><strong>What&#8217;s Continuous Integration?</strong></p>
<p>As <a href="http://www.martinfowler.com/articles/continuousIntegration.html">Martin Fowler said</a>, Continuous Integration is a software development practice where several people integrate their work frequently, usually each person integrates at least daily &#8211; leading to multiple integrations per day.</p>
<p>One specific point of Continuous Integration is that the verification of the integration is done automatically using what is called a Continuous Integration Server. This server will fetch the latest code from the corresponding VCS in use (hopefully <a href="http://subversion.tigris.org">Subversion</a>, read <a href="http://cphoton.livejournal.com/2623.html">my article</a> about it).</p>
<p><strong>Why Continuous Integration?</strong></p>
<p>The most important advantage of following the <a href="http://www.martinfowler.com/articles/continuousIntegration.html#PracticesOfContinuousIntegration">Continuous Integration practices</a> is that errors are detected in a much earlier phase, specially when you use it along with Test Driven Development. Errors in this context not only mean bugs but integration errors as well, as integration is done on a daily basis.</p>
<p>It is not the only advantage of course, for example, deployments to production are a LOT easier as the build process is already in place. I recommend reading <a href="http://www.martinfowler.com/articles/continuousIntegration.html#BenefitsOfContinuousIntegration">the benefits section of Fowler&#8217;s article</a> for a detailed explanation.</p>
<p><strong>Tools and Useful Resources</strong></p>
<p>I have used the following tools for doing Continuous Integration:</p>
<ul>
<li><a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a></li>
<li><a href="http://ccnet.thoughtworks.com/">CruiseControl.NET</a></li>
</ul>
<p>I also heard good things about <a href="https://hudson.dev.java.net/">Hudson</a>, so give it a try as well.</p>
<p>Useful resources:</p>
<p><a href="http://martinfowler.com/articles/continuousIntegration.html">Martin Fowler on Continuous Integration</a></p>
<p><a href="http://mjedynak.blogspot.com/2008/04/6-steps-to-successful-continuous.html">6 Steps to Successful Continuous Integration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.crazyphoton.net/2008/04/25/continuous-integration-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  blog.crazyphoton.net/category/development/net/feed/ ) in 0.47760 seconds, on Feb 5th, 2012 at 3:33 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 4:33 pm UTC -->
