<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: I&#039;m Sick of Restarting My Server!</title>
	<atom:link href="http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/</link>
	<description>A collection of articles from pramatr.com on technology, security, software and anything we find interesting</description>
	<lastBuildDate>Wed, 28 Jul 2010 12:28:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David Lee</title>
		<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/comment-page-1/#comment-427</link>
		<dc:creator>David Lee</dc:creator>
		<pubDate>Wed, 23 Dec 2009 04:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/?p=948#comment-427</guid>
		<description>It&#039;s still early, but easygsp may be able to help.  Groovy without Grails - php style development</description>
		<content:encoded><![CDATA[<p>It&#39;s still early, but easygsp may be able to help.  Groovy without Grails &#8211; php style development</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Lee</title>
		<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/comment-page-1/#comment-425</link>
		<dc:creator>David Lee</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/?p=948#comment-425</guid>
		<description>It&#039;s still early, but easygsp may be able to help.  Groovy without Grails - php style development</description>
		<content:encoded><![CDATA[<p>It&#39;s still early, but easygsp may be able to help.  Groovy without Grails &#8211; php style development</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramatr</title>
		<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/comment-page-1/#comment-175</link>
		<dc:creator>pramatr</dc:creator>
		<pubDate>Wed, 05 Aug 2009 07:11:28 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/?p=948#comment-175</guid>
		<description>@Scot - As discussed &quot;These frustrating server restarts have led many people, to rely on testing much more than ever before and to shift the focus away from debugging and logging&quot;. I do heavily rely on testing but as I said that isn&#039;t always enough. Depending on the project in question even with testing server restarts can be quite frequent. One example, a former work mate was working on doing some i18n work last week and because of the setup once he&#039;d finished some translations he had to restart the server to see the results. I was using StrutsTestCase last week to test some of the new code I&#039;d written but not everything could be verified before you press the big GO button.</description>
		<content:encoded><![CDATA[<p>@Scot &#8211; As discussed &#8220;These frustrating server restarts have led many people, to rely on testing much more than ever before and to shift the focus away from debugging and logging&#8221;. I do heavily rely on testing but as I said that isn&#8217;t always enough. Depending on the project in question even with testing server restarts can be quite frequent. One example, a former work mate was working on doing some i18n work last week and because of the setup once he&#8217;d finished some translations he had to restart the server to see the results. I was using StrutsTestCase last week to test some of the new code I&#8217;d written but not everything could be verified before you press the big GO button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scot</title>
		<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/comment-page-1/#comment-174</link>
		<dc:creator>scot</dc:creator>
		<pubDate>Wed, 05 Aug 2009 06:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/?p=948#comment-174</guid>
		<description>if you wrote unit tests for your code the first place, and especially if you used test driven design, you wouldn&#039;t be relying on it running in the server so much in the first place. also, you&#039;d find your code was better designed.</description>
		<content:encoded><![CDATA[<p>if you wrote unit tests for your code the first place, and especially if you used test driven design, you wouldn&#8217;t be relying on it running in the server so much in the first place. also, you&#8217;d find your code was better designed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pramatr</title>
		<link>http://www.pramatr.com/blog/2009/08/03/im-sick-of-restarting-my-server/comment-page-1/#comment-173</link>
		<dc:creator>pramatr</dc:creator>
		<pubDate>Tue, 04 Aug 2009 19:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://pramatr.com/?p=948#comment-173</guid>
		<description>@William you make some really good points. I&#039;m not suggesting that the server restarts are an excuse to just start hacking but more that there is some development work that beomes very tedious when you have to keep restarting. Last week I was fixing up some Struts mapping issues which led to several server restarts and much frustration. Likewise I often spot little snips of code which might benefit from refactoring e.g. extract method. Do this and Eclipse is going to start complaining and so am I when my server takes over a minute to restart.</description>
		<content:encoded><![CDATA[<p>@William you make some really good points. I&#8217;m not suggesting that the server restarts are an excuse to just start hacking but more that there is some development work that beomes very tedious when you have to keep restarting. Last week I was fixing up some Struts mapping issues which led to several server restarts and much frustration. Likewise I often spot little snips of code which might benefit from refactoring e.g. extract method. Do this and Eclipse is going to start complaining and so am I when my server takes over a minute to restart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
