<?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>JavaPulse &#187; continuous integration</title>
	<atom:link href="http://javapulse.net/tag/continuous-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapulse.net</link>
	<description>a finger on the pulse of the freelance Java&#0153; market in the Netherlands</description>
	<lastBuildDate>Sat, 19 Jun 2010 11:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What continuous integration software do you use?</title>
		<link>http://javapulse.net/2008/12/02/what-continuous-integration-software-do-you-use/</link>
		<comments>http://javapulse.net/2008/12/02/what-continuous-integration-software-do-you-use/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 16:39:08 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[continuous integration]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=113</guid>
		<description><![CDATA[Continuous integration is an important component of agile development. It allows teams to work together and catch integration bugs early by continuously integrating into the central code base.
For more info on continuous integration, read it from Martin Fowler:
Continuous Integration by Martin Fowler



What continuous integration software do you use?



 Bamboo

 CruiseControl

 Continuum

 Hudson

 TeamCity

 Accurev

 We [...]]]></description>
			<content:encoded><![CDATA[<p>Continuous integration is an important component of agile development. It allows teams to work together and catch integration bugs early by continuously integrating into the central code base.</p>
<p>For more info on continuous integration, read it from Martin Fowler:<br />
<a href="http://martinfowler.com/articles/continuousIntegration.html">Continuous Integration by Martin Fowler</a></p>
<div id="polls-3" class="wp-polls">
<form id="polls_form_3" action="/tag/continuous-integration/feed/" method="post">
<input type="hidden" name="poll_id" value="3" />
<p style="text-align: center;"><strong>What continuous integration software do you use?</strong></p>
<div id="polls-3-ans" class="wp-polls-ans">
<ul class="wp-polls-ul">
<li><label for="poll-answer-13"><br />
<input type="radio" id="poll-answer-13" name="poll_3" value="13" /> Bamboo</label></li>
<li><label for="poll-answer-14"><br />
<input type="radio" id="poll-answer-14" name="poll_3" value="14" /> CruiseControl</label></li>
<li><label for="poll-answer-15"><br />
<input type="radio" id="poll-answer-15" name="poll_3" value="15" /> Continuum</label></li>
<li><label for="poll-answer-16"><br />
<input type="radio" id="poll-answer-16" name="poll_3" value="16" /> Hudson</label></li>
<li><label for="poll-answer-17"><br />
<input type="radio" id="poll-answer-17" name="poll_3" value="17" /> TeamCity</label></li>
<li><label for="poll-answer-18"><br />
<input type="radio" id="poll-answer-18" name="poll_3" value="18" /> Accurev</label></li>
<li><label for="poll-answer-19"><br />
<input type="radio" id="poll-answer-19" name="poll_3" value="19" /> We don&#8217;t do continuous integration</label></li>
<li><label for="poll-answer-20"><br />
<input type="radio" id="poll-answer-20" name="poll_3" value="20" /> Other (I will add to the poll)</label></li>
</ul>
<p style="text-align: center;">
<input type="button" name="vote" value="   Vote   " class="Buttons" onclick="poll_vote(3);" onkeypress="poll_result(3);" /></p>
<p style="text-align: center;"><a href="#ViewPollResults" onclick="poll_result(3); return false;" onkeypress="poll_result(3); return false;" title="View Results Of This Poll">View Results</a></p>
</div></form>
</div>
<div id="polls-3-loading" class="wp-polls-loading"><img src="http://javapulse.net/wp-content/plugins/polls/images/loading.gif" width="16" height="16" alt="Loading ..." title="Loading ..." class="wp-polls-image" />&nbsp;Loading &#8230;</div>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2008/12/02/what-continuous-integration-software-do-you-use/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TeamCity : a continuous integration and build management solution</title>
		<link>http://javapulse.net/2007/03/28/teamcity-a-continuous-integration-and-build-management-solution/</link>
		<comments>http://javapulse.net/2007/03/28/teamcity-a-continuous-integration-and-build-management-solution/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 13:18:34 +0000</pubDate>
		<dc:creator>Clara Ko</dc:creator>
				<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=74</guid>
		<description><![CDATA[I first heard about TeamCity at Javapolis back in December.
It&#8217;s definitely the way forward in terms of team productivity and software quality. Finally a tool that does something to aid continuous integration.
What it does is it manages a number of machines that will run all the test each time someone checks code in. This frees [...]]]></description>
			<content:encoded><![CDATA[<p>I first heard about <a href="http://www.jetbrains.com/teamcity/">TeamCity</a> at Javapolis back in December.</p>
<p>It&#8217;s definitely the way forward in terms of team productivity and software quality. Finally a tool that does <em>something</em> to aid continuous integration.</p>
<p>What it does is it manages a number of machines that will run all the test each time someone checks code in. This frees up the developer from having to run tests that sometimes take hours. If a test breaks, the checkin is rejected and team members are notified. Then someone can indicate that he/she is working on it. So basically, TeamCity helps communication within a team, which is one of the most important aspects of software development.</p>
<p>They just released <a href="http://www.jetbrains.com/teamcity/beta.html">TeamCity 2.0 Beta</a>. Anyone is welcome to be a beta tester by downloading it. A <a href="http://teamcity.jetbrains.com/login.html">test-drive</a> is also available online.</p>
<p>So even if you don&#8217;t have that many tests yet, do keep this product in mind because this is the way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2007/03/28/teamcity-a-continuous-integration-and-build-management-solution/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
