<?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 for Software is too expensive to build cheaply...</title>
	<atom:link href="http://twasink.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/blog</link>
	<description>Robert's Rambling Ruminations Regarding Reality</description>
	<lastBuildDate>Fri, 26 Feb 2010 03:06:58 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Maven &#8211; still giving me the shits by John</title>
		<link>http://twasink.net/blog/2010/02/maven-still-giving-me-the-shits/comment-page-1/#comment-1030</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=723#comment-1030</guid>
		<description>Out of curiosity, have you tried m2eclipse? I haven&#039;t used the eclipse plugin for probably 2 years since switching. It&#039;s definitely not perfect, but works MUCH better than the bad old way, IMO</description>
		<content:encoded><![CDATA[<p>Out of curiosity, have you tried m2eclipse? I haven&#8217;t used the eclipse plugin for probably 2 years since switching. It&#8217;s definitely not perfect, but works MUCH better than the bad old way, IMO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on This is why Maven gives me the shits&#8230; by Maven &#8211; still giving me the shits &#124; Software is too expensive to build cheaply&#8230;</title>
		<link>http://twasink.net/blog/2009/06/this-is-why-maven-gives-me-the-shits/comment-page-1/#comment-1028</link>
		<dc:creator>Maven &#8211; still giving me the shits &#124; Software is too expensive to build cheaply&#8230;</dc:creator>
		<pubDate>Thu, 25 Feb 2010 23:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=647#comment-1028</guid>
		<description>[...] Some months ago, I wrote about how the Maven Eclipse Plugin 2.7 release  didn&#8217;t fix a bug introduced in 2.6 [...]</description>
		<content:encoded><![CDATA[<p>[...] Some months ago, I wrote about how the Maven Eclipse Plugin 2.7 release  didn&#8217;t fix a bug introduced in 2.6 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on M2Eclipse Plugin is not for me by Robert</title>
		<link>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/comment-page-1/#comment-1027</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=650#comment-1027</guid>
		<description>Like this:
&lt;pre&gt;
&lt;plugin&gt;
    &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
    &lt;artifactId&gt;maven-eclipse-plugin&lt;/artifactId&gt;
    &lt;version&gt;2.5.1&lt;/version&gt;
    &lt;configuration&gt;
        &lt;downloadSources&gt;true&lt;/downloadSources&gt;&lt;!-- Having source code references is a &quot;Good Thing&quot; (tm) --&gt;
        &lt;downloadJavadocs&gt;true&lt;/downloadJavadocs&gt;&lt;!-- Having source code references is a &quot;Good Thing&quot; (tm) --&gt;
        &lt;buildOutputDirectory&gt;${eclipse.classes.dir}&lt;/buildOutputDirectory&gt;&lt;!-- Not having to re-compile everything inside Eclipse just because you&#039;ve done a Maven clean is also a &quot;Good Thing&quot; (tm), but not everyone likes it, so it&#039;s configurable (and off by default) --&gt;
        &lt;useProjectReferences&gt;true&lt;/useProjectReferences&gt;
    &lt;/configuration&gt;
&lt;/plugin&gt;
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Like this:</p>
<pre>
&lt;plugin&gt;
    &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
    &lt;artifactId&gt;maven-eclipse-plugin&lt;/artifactId&gt;
    &lt;version&gt;2.5.1&lt;/version&gt;
    &lt;configuration&gt;
        &lt;downloadSources&gt;true&lt;/downloadSources&gt;&lt;!-- Having source code references is a "Good Thing" (tm) --&gt;
        &lt;downloadJavadocs&gt;true&lt;/downloadJavadocs&gt;&lt;!-- Having source code references is a "Good Thing" (tm) --&gt;
        &lt;buildOutputDirectory&gt;${eclipse.classes.dir}&lt;/buildOutputDirectory&gt;&lt;!-- Not having to re-compile everything inside Eclipse just because you've done a Maven clean is also a "Good Thing" (tm), but not everyone likes it, so it's configurable (and off by default) --&gt;
        &lt;useProjectReferences&gt;true&lt;/useProjectReferences&gt;
    &lt;/configuration&gt;
&lt;/plugin&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on M2Eclipse Plugin is not for me by EDH</title>
		<link>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/comment-page-1/#comment-1017</link>
		<dc:creator>EDH</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=650#comment-1017</guid>
		<description>Are you sure about &quot;Of course you can change the output-folder by modifying your pom.xml to have separate output-folders for your class-files&quot;.
My experience is that a lot of Maven plugin cannot be configured to produce their output in a particular non-default location. 80 of your output will be produced in a separate folder, but 20 will still be produced in the same target folder, resulting in an even bigger nightmare.
Or am I wrong ? I hope so.</description>
		<content:encoded><![CDATA[<p>Are you sure about &#8220;Of course you can change the output-folder by modifying your pom.xml to have separate output-folders for your class-files&#8221;.<br />
My experience is that a lot of Maven plugin cannot be configured to produce their output in a particular non-default location. 80 of your output will be produced in a separate folder, but 20 will still be produced in the same target folder, resulting in an even bigger nightmare.<br />
Or am I wrong ? I hope so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on M2Eclipse Plugin is not for me by Ustaman</title>
		<link>http://twasink.net/blog/2009/06/m2eclipse-plugin-is-not-for-me/comment-page-1/#comment-1016</link>
		<dc:creator>Ustaman</dc:creator>
		<pubDate>Tue, 09 Feb 2010 16:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=650#comment-1016</guid>
		<description>@Benedict
1. Of course you can change the output-folder by modifying your pom.xml to have separate output-folders for your class-files.
U mean the output folder for eclipse could be configured to be different than the one in the pom.xml? How?</description>
		<content:encoded><![CDATA[<p>@Benedict<br />
1. Of course you can change the output-folder by modifying your pom.xml to have separate output-folders for your class-files.<br />
U mean the output folder for eclipse could be configured to be different than the one in the pom.xml? How?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ehcache dissected by Brian H</title>
		<link>http://twasink.net/blog/2005/10/ehcache-dissected/comment-page-1/#comment-1013</link>
		<dc:creator>Brian H</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=174#comment-1013</guid>
		<description>Hello again.  It took a long time to get the time for it, but I&#039;ve finally implemented an ExpiredBetterThanNullSelfPopulatingCache and some other features.  

I&#039;ve started a SourceForge project: http://sourceforge.net/projects/ehcache-zen/

@VA, @Robert, @oby1, @Lee, and others, please check it out and let me know on the forums there your feedback.</description>
		<content:encoded><![CDATA[<p>Hello again.  It took a long time to get the time for it, but I&#8217;ve finally implemented an ExpiredBetterThanNullSelfPopulatingCache and some other features.  </p>
<p>I&#8217;ve started a SourceForge project: <a href="http://sourceforge.net/projects/ehcache-zen/" rel="nofollow">http://sourceforge.net/projects/ehcache-zen/</a></p>
<p>@VA, @Robert, @oby1, @Lee, and others, please check it out and let me know on the forums there your feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ehcache dissected by Robert Nicholson</title>
		<link>http://twasink.net/blog/2005/10/ehcache-dissected/comment-page-1/#comment-948</link>
		<dc:creator>Robert Nicholson</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=174#comment-948</guid>
		<description>In your earlier post you suggest that ehcache isn&#039;t a distributed cache and back then it may not have been but is there any opinions on how well it operates as a distributed cache? In my environment we have n processes that each have their own in memory and diskstore ehcache&#039;s. It&#039;s possible we could benefit from collapsing the overlap we have across these caches but to be honest memory isn&#039;t a problem and doing so would result in more contention across these processes.</description>
		<content:encoded><![CDATA[<p>In your earlier post you suggest that ehcache isn&#8217;t a distributed cache and back then it may not have been but is there any opinions on how well it operates as a distributed cache? In my environment we have n processes that each have their own in memory and diskstore ehcache&#8217;s. It&#8217;s possible we could benefit from collapsing the overlap we have across these caches but to be honest memory isn&#8217;t a problem and doing so would result in more contention across these processes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi Diaries &#8211; Creating A Bundle by Robert</title>
		<link>http://twasink.net/blog/2009/09/osgi-diaries-creating-a-bundle/comment-page-1/#comment-884</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=691#comment-884</guid>
		<description>Thanks, Sahoo. That&#039;s basically what I thought, but I didn&#039;t want to commit to that.

I will be covering hybrid applications in a few entries - I&#039;ve been spending a lot of time reading your blog recently, and would highly recommend it to others.</description>
		<content:encoded><![CDATA[<p>Thanks, Sahoo. That&#8217;s basically what I thought, but I didn&#8217;t want to commit to that.</p>
<p>I will be covering hybrid applications in a few entries &#8211; I&#8217;ve been spending a lot of time reading your blog recently, and would highly recommend it to others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi Diaries &#8211; Creating A Bundle by Sahoo</title>
		<link>http://twasink.net/blog/2009/09/osgi-diaries-creating-a-bundle/comment-page-1/#comment-883</link>
		<dc:creator>Sahoo</dc:creator>
		<pubDate>Wed, 23 Sep 2009 01:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=691#comment-883</guid>
		<description>GlassFish does not resolve any version conflicts in this case; it makes available all exported packages to all Java EE applications. If you want explicit control over dependencies, you can deploy your web application as an OSGi bundle. I call this a hybrid application. Take a look at http://weblogs.java.net/blog/2009/06/14/developing-hybrid-osgi-java-ee-applications-glassfish</description>
		<content:encoded><![CDATA[<p>GlassFish does not resolve any version conflicts in this case; it makes available all exported packages to all Java EE applications. If you want explicit control over dependencies, you can deploy your web application as an OSGi bundle. I call this a hybrid application. Take a look at <a href="http://weblogs.java.net/blog/2009/06/14/developing-hybrid-osgi-java-ee-applications-glassfish" rel="nofollow">http://weblogs.java.net/blog/2009/06/14/developing-hybrid-osgi-java-ee-applications-glassfish</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OSGi Diaries &#8211; A short series by Robert</title>
		<link>http://twasink.net/blog/2009/09/osgi-diaries-a-short-series/comment-page-1/#comment-878</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 22 Sep 2009 13:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/blog/?p=684#comment-878</guid>
		<description>These days, I&#039;m using Maven, at least at work and I don&#039;t do enough personal coding to bother looking elsewhere. Sigil sounds interesting - using OSGi runtime data about dependencies would probably solve the worst of the dependency nightmares you get with Maven (which are mostly caused by the over-eager transitive dependencies).

For the purposes of these examples, I intend to keep very tool free - anyone should be able to follow even if they use a tool besides Maven. No plugin magic for now. Eventually, I&#039;ll expand outwards to tool support - I will see if I can fit in an Ant example with Sigil then.</description>
		<content:encoded><![CDATA[<p>These days, I&#8217;m using Maven, at least at work and I don&#8217;t do enough personal coding to bother looking elsewhere. Sigil sounds interesting &#8211; using OSGi runtime data about dependencies would probably solve the worst of the dependency nightmares you get with Maven (which are mostly caused by the over-eager transitive dependencies).</p>
<p>For the purposes of these examples, I intend to keep very tool free &#8211; anyone should be able to follow even if they use a tool besides Maven. No plugin magic for now. Eventually, I&#8217;ll expand outwards to tool support &#8211; I will see if I can fit in an Ant example with Sigil then.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
