<?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: Tips for improving Spring&#8217;s start up performance</title>
	<atom:link href="http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/</link>
	<description>gettin all zoidal on ya</description>
	<lastBuildDate>Sat, 24 Jul 2010 09:48:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Re: Number of Spring configuration files &#124; Bla.es</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-8330</link>
		<dc:creator>Re: Number of Spring configuration files &#124; Bla.es</dc:creator>
		<pubDate>Sun, 23 Sep 2007 17:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-8330</guid>
		<description>[...] one &gt;&gt; file. Otherwise not. What is your opinion? &gt; &gt; I agree with this. Also see &gt; netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/: &gt; Having a lot of XML files means a lot of files to parse which slows down &gt; the startup. [...]</description>
		<content:encoded><![CDATA[<p>[...] one &gt;&gt; file. Otherwise not. What is your opinion? &gt; &gt; I agree with this. Also see &gt; netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/: &gt; Having a lot of XML files means a lot of files to parse which slows down &gt; the startup. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Number of Spring configuration files &#124; Bla.es</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-8329</link>
		<dc:creator>Number of Spring configuration files &#124; Bla.es</dc:creator>
		<pubDate>Sun, 23 Sep 2007 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-8329</guid>
		<description>[...] agree with this. Also see netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/: Having a lot of XML files means a lot of files to parse which slows down the [...]</description>
		<content:encoded><![CDATA[<p>[...] agree with this. Also see netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/: Having a lot of XML files means a lot of files to parse which slows down the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Hoeve</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-7105</link>
		<dc:creator>Jan Hoeve</dc:creator>
		<pubDate>Tue, 28 Aug 2007 21:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-7105</guid>
		<description>Hi, I created a blog on number 6: lazy-init.

I describe a method I found to programmatically set beans to behave lazy. 
See: http://janhoeve.blogspot.com/2007/08/speedup-development-by-making-spring.html

This method is not usefull in production (remember the impatient enduser), but speeds up normal development.
At my projects, 25% of the deploy time is wasted by the preInstantiation of spring.</description>
		<content:encoded><![CDATA[<p>Hi, I created a blog on number 6: lazy-init.</p>
<p>I describe a method I found to programmatically set beans to behave lazy.<br />
See: <a href="http://janhoeve.blogspot.com/2007/08/speedup-development-by-making-spring.html" rel="nofollow">http://janhoeve.blogspot.com/2007/08/speedup-development-by-making-spring.html</a></p>
<p>This method is not usefull in production (remember the impatient enduser), but speeds up normal development.<br />
At my projects, 25% of the deploy time is wasted by the preInstantiation of spring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hnpacjzfuz</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-5576</link>
		<dc:creator>hnpacjzfuz</dc:creator>
		<pubDate>Mon, 30 Jul 2007 19:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-5576</guid>
		<description>Hello! Good Site! Thanks you! vsucknyxbh</description>
		<content:encoded><![CDATA[<p>Hello! Good Site! Thanks you! vsucknyxbh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-5416</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Mon, 23 Jul 2007 13:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-5416</guid>
		<description></description>
		<content:encoded><![CDATA[<p>&#8220;lazy-init=â€?trueâ€? is your friend. Donâ€™t load a  until you need to.&#8221;<br />
Depends on your needs. I generally prefer loosing a few extra seconds at startup rather than at runtime (even if only once).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kocka</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-4815</link>
		<dc:creator>Kocka</dc:creator>
		<pubDate>Tue, 10 Jul 2007 02:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-4815</guid>
		<description>I guess these restrictions are really worth doing if the project has some significant performance problem at startup and everything else is fine :)</description>
		<content:encoded><![CDATA[<p>I guess these restrictions are really worth doing if the project has some significant performance problem at startup and everything else is fine <img src='http://netzooid.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Diephouse</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-4546</link>
		<dc:creator>Dan Diephouse</dc:creator>
		<pubDate>Wed, 04 Jul 2007 07:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-4546</guid>
		<description>Shortcut: Bob adds @Resource support to Guice!</description>
		<content:encoded><![CDATA[<p>Shortcut: Bob adds @Resource support to Guice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Lee</title>
		<link>http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/comment-page-1/#comment-4530</link>
		<dc:creator>Bob Lee</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://netzooid.com/blog/2007/07/03/tips-for-improving-springs-start-up-performance/#comment-4530</guid>
		<description>Shortcut:

1. Use Guice.

Sorry. Couldn&#039;t resist. ;)</description>
		<content:encoded><![CDATA[<p>Shortcut:</p>
<p>1. Use Guice.</p>
<p>Sorry. Couldn&#8217;t resist. <img src='http://netzooid.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

