<?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"
	>
<channel>
	<title>Comments on: Is werx dead?</title>
	<atom:link href="http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/</link>
	<description>Programming is hard</description>
	<pubDate>Sat, 22 Nov 2008 12:59:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: stephan</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-14</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 11 May 2006 13:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-14</guid>
		<description>Yes, the threading in werx is only basic. The nice things in werx, for which I chose it, are:

- easy to develop (Reflection finds channel() methods, no framework dependencies for receivers)
- type safe, type hierarchy
- listen to supertype messages (e.g. all StorageMessages = UserStorageMessage, PageStorageMessage)
- easy to use

Threading wasn't such a big problem, but more control would be nice.</description>
		<content:encoded><![CDATA[<p>Yes, the threading in werx is only basic. The nice things in werx, for which I chose it, are:</p>
<p>- easy to develop (Reflection finds channel() methods, no framework dependencies for receivers)<br />
- type safe, type hierarchy<br />
- listen to supertype messages (e.g. all StorageMessages = UserStorageMessage, PageStorageMessage)<br />
- easy to use</p>
<p>Threading wasn&#8217;t such a big problem, but more control would be nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Veentjer</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-13</link>
		<dc:creator>Peter Veentjer</dc:creator>
		<pubDate>Thu, 11 May 2006 13:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-13</guid>
		<description>What did you think of the threading control in Werx? Personally I thought it sucked because you don't have much control (if I remeber most channels were active by default). The whole idea behind my Channels project is that components should be very configurable and give complete control on the threading behaviour (like blocking, number of threads, priority of threads, maximum number of messages in the buffers etc etc etc)</description>
		<content:encoded><![CDATA[<p>What did you think of the threading control in Werx? Personally I thought it sucked because you don&#8217;t have much control (if I remeber most channels were active by default). The whole idea behind my Channels project is that components should be very configurable and give complete control on the threading behaviour (like blocking, number of threads, priority of threads, maximum number of messages in the buffers etc etc etc)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-12</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 11 May 2006 12:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-12</guid>
		<description>I like message buses for intra-application communication. That greatly decouples services from each other.</description>
		<content:encoded><![CDATA[<p>I like message buses for intra-application communication. That greatly decouples services from each other.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Veentjer</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-11</link>
		<dc:creator>Peter Veentjer</dc:creator>
		<pubDate>Thu, 11 May 2006 12:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-11</guid>
		<description>I haven't released any sources. So you can't download anything.

But in the near future I can give a 'alpha' version to you if you want. What are you going to use it for?</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t released any sources. So you can&#8217;t download anything.</p>
<p>But in the near future I can give a &#8216;alpha&#8217; version to you if you want. What are you going to use it for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-10</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Thu, 11 May 2006 12:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-10</guid>
		<description>A great, I'll take a look, thanks.</description>
		<content:encoded><![CDATA[<p>A great, I&#8217;ll take a look, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Veentjer</title>
		<link>http://www.codemonkeyism.com/archives/2006/05/09/is-werx-dead/#comment-9</link>
		<dc:creator>Peter Veentjer</dc:creator>
		<pubDate>Thu, 11 May 2006 12:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://stephan.cintoo.org/archives/2006/05/09/is-werx-dead/#comment-9</guid>
		<description>I`m currently working on a lightweight message solution for in a single vm. Although the website hasn't been updated for some time ( http://channels.sourceforge.net )  I`m currently working on it at home and in the very near future I want to update the whole website and make some serious work from it.

The company I work for (http://www.jteam.nl ) wants that all employees get involved with opensource projects: assisting projects or creating it themselfes. So this is a good chance to do some serious work on the channels project.

I`m also working on a concurrency library that extends and complements the concurrency library of Java 5. The channels library depends on the concurrency library in some cases.</description>
		<content:encoded><![CDATA[<p>I`m currently working on a lightweight message solution for in a single vm. Although the website hasn&#8217;t been updated for some time ( <a href="http://channels.sourceforge.net" rel="nofollow">http://channels.sourceforge.net</a> )  I`m currently working on it at home and in the very near future I want to update the whole website and make some serious work from it.</p>
<p>The company I work for (http://www.jteam.nl ) wants that all employees get involved with opensource projects: assisting projects or creating it themselfes. So this is a good chance to do some serious work on the channels project.</p>
<p>I`m also working on a concurrency library that extends and complements the concurrency library of Java 5. The channels library depends on the concurrency library in some cases.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
