<?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: SpringFramework&#8217;s JavaConfig&#8230;</title>
	<atom:link href="http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/feed/" rel="self" type="application/rss+xml" />
	<link>http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/</link>
	<description>random crap from the mouth of erik weibust</description>
	<pubDate>Fri, 21 Nov 2008 03:51:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: peter lawrey</title>
		<link>http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3497</link>
		<dc:creator>peter lawrey</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3497</guid>
		<description>BTW The thread pools and the clients/servers were all described in the same file which keeps unit testing simple.</description>
		<content:encoded><![CDATA[<p>BTW The thread pools and the clients/servers were all described in the same file which keeps unit testing simple.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter lawrey</title>
		<link>http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3496</link>
		<dc:creator>peter lawrey</dc:creator>
		<pubDate>Thu, 17 Apr 2008 19:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3496</guid>
		<description>We have been using java for configuration for a while using a framework I wrote. Some of the other benefits of this approach are the use of inheritance in your configuration file, debugging, code completion, and static code analysis.
Today I need a configuration with a variable number of components to test scenarios with different numbers of clients, servers and thread pools.
There is no simple way to describe this in XML, (Without lots of duplication) but in Java I used a for loop.</description>
		<content:encoded><![CDATA[<p>We have been using java for configuration for a while using a framework I wrote. Some of the other benefits of this approach are the use of inheritance in your configuration file, debugging, code completion, and static code analysis.<br />
Today I need a configuration with a variable number of components to test scenarios with different numbers of clients, servers and thread pools.<br />
There is no simple way to describe this in XML, (Without lots of duplication) but in Java I used a for loop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Weibust</title>
		<link>http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3495</link>
		<dc:creator>Erik Weibust</dc:creator>
		<pubDate>Thu, 17 Apr 2008 13:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3495</guid>
		<description>Chris,

I haven't dug too deep yet on the Java Config site, but from what I saw last night.  It almost looks like everything from xml config, option wise, is present in Java Config.  I'll have to check the project's roadmap to see what you guys are working on.

Erik</description>
		<content:encoded><![CDATA[<p>Chris,</p>
<p>I haven&#8217;t dug too deep yet on the Java Config site, but from what I saw last night.  It almost looks like everything from xml config, option wise, is present in Java Config.  I&#8217;ll have to check the project&#8217;s roadmap to see what you guys are working on.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Beams</title>
		<link>http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3490</link>
		<dc:creator>Chris Beams</dc:creator>
		<pubDate>Thu, 17 Apr 2008 08:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://erik.weibust.net/2008/04/16/springframeworks-javaconfig/#comment-3490</guid>
		<description>Hi Erik,

Glad to hear you liked what you saw tonight.  Keep the feedback coming!  We'll have additional useful features in upcoming milestones so stay tuned...</description>
		<content:encoded><![CDATA[<p>Hi Erik,</p>
<p>Glad to hear you liked what you saw tonight.  Keep the feedback coming!  We&#8217;ll have additional useful features in upcoming milestones so stay tuned&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
