<?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 Gridshore</title>
	<atom:link href="http://www.gridshore.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridshore.nl</link>
	<description>A weblog about software engineering, Architecture, Technology an other things we like.</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:20:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Spring application context loading tricks by Ben</title>
		<link>http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/comment-page-1/#comment-31334</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 23 Jan 2012 20:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31334</guid>
		<description>It&#039;s a little difficult to see exactly what&#039;s going on here, since your XML tags didn&#039;t make it into the posted comment. But the way it looks to me right now, only the dispatcher-servlet-config.xml will be loaded since it is passed to the dispatcher servlet as a servlet init param (and all the beans will be loaded into the namespace of the servlet).

The web-application-config.xml will NOT be loaded, since you have not defined a ContextLoaderListener. If you DO include such a listener, then both context files will be loaded. The beans from web-application-config.xml will be available to the dispatcher-servlet and any other servlet you load; the beans from the dispatcher-servlet-config.xml will only be available to the dispatcher-servlet.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a little difficult to see exactly what&#8217;s going on here, since your XML tags didn&#8217;t make it into the posted comment. But the way it looks to me right now, only the dispatcher-servlet-config.xml will be loaded since it is passed to the dispatcher servlet as a servlet init param (and all the beans will be loaded into the namespace of the servlet).</p>
<p>The web-application-config.xml will NOT be loaded, since you have not defined a ContextLoaderListener. If you DO include such a listener, then both context files will be loaded. The beans from web-application-config.xml will be available to the dispatcher-servlet and any other servlet you load; the beans from the dispatcher-servlet-config.xml will only be available to the dispatcher-servlet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring application context loading tricks by Coder</title>
		<link>http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/comment-page-1/#comment-31333</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Mon, 23 Jan 2012 06:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31333</guid>
		<description>In my web.xml we have mentioned contextConfigLocation twice like below in this order. Could you pls tell which one will be picked up as contextConfigLocation file


    contextConfigLocation
    /WEB-INF/config/web-application-config.xml
  


    dispatcher-servlet
    org.springframework.web.servlet.DispatcherServlet
    
      contextConfigLocation
      /WEB-INF/config/dispatcher-servlet-config.xml
    
    1
  </description>
		<content:encoded><![CDATA[<p>In my web.xml we have mentioned contextConfigLocation twice like below in this order. Could you pls tell which one will be picked up as contextConfigLocation file</p>
<p>    contextConfigLocation<br />
    /WEB-INF/config/web-application-config.xml</p>
<p>    dispatcher-servlet<br />
    org.springframework.web.servlet.DispatcherServlet</p>
<p>      contextConfigLocation<br />
      /WEB-INF/config/dispatcher-servlet-config.xml</p>
<p>    1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating the flex client using Spring ActionScript by Spring ActionScript &#8211; Dependency Injection and more for Flex/AIR &#124; rainwebs.net</title>
		<link>http://www.gridshore.nl/2009/01/06/creating-the-flex-client-using-spring-actionscript/comment-page-1/#comment-31332</link>
		<dc:creator>Spring ActionScript &#8211; Dependency Injection and more for Flex/AIR &#124; rainwebs.net</dc:creator>
		<pubDate>Mon, 16 Jan 2012 21:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=622#comment-31332</guid>
		<description>[...] Christophe Coenraets also offers articles about it in his blog (2). There are some infos about Maven 2 support. The latest news will be found in the future at [...]</description>
		<content:encoded><![CDATA[<p>[...] Christophe Coenraets also offers articles about it in his blog (2). There are some infos about Maven 2 support. The latest news will be found in the future at [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Flex 3 DataGrid component with backend filtering by jettro</title>
		<link>http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/comment-page-1/#comment-31330</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/#comment-31330</guid>
		<description>This might help:
http://code.google.com/p/gridshore/source/browse/#

look for the books overview code</description>
		<content:encoded><![CDATA[<p>This might help:<br />
<a href="http://code.google.com/p/gridshore/source/browse/#" rel="nofollow">http://code.google.com/p/gridshore/source/browse/#</a></p>
<p>look for the books overview code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node.js on my new Synology by jettro</title>
		<link>http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/comment-page-1/#comment-31329</link>
		<dc:creator>jettro</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1149#comment-31329</guid>
		<description>No I did not do performance tests. But I think it is ok as long as you do not want to do a lot of other things at the same time.</description>
		<content:encoded><![CDATA[<p>No I did not do performance tests. But I think it is ok as long as you do not want to do a lot of other things at the same time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Flex 3 DataGrid component with backend filtering by bhavesh</title>
		<link>http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/comment-page-1/#comment-31328</link>
		<dc:creator>bhavesh</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/03/25/creating-a-flex-3-datagrid-component-with-backend-filtering/#comment-31328</guid>
		<description>can you please provide a source code.</description>
		<content:encoded><![CDATA[<p>can you please provide a source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Node.js on my new Synology by y_nk</title>
		<link>http://www.gridshore.nl/2011/04/04/installing-node-js-on-my-new-synology/comment-page-1/#comment-31326</link>
		<dc:creator>y_nk</dc:creator>
		<pubDate>Thu, 29 Dec 2011 15:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/?p=1149#comment-31326</guid>
		<description>Hey,

I&#039;m currently looking for a &quot;low cost/good compromises&quot; solution to get a dlna and a web server at the same time.
Your post is very interesting because one of my needs would be to run node.

Now i know it&#039;s possible, but what about performances ? Did you try to do a kind of benchmark or stress test ?
For example, how many time (in ms) does it take to serve a simple web page ?

My 2nd choice is much more expensive : the mac mini.. 

Thanks</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I&#8217;m currently looking for a &#8220;low cost/good compromises&#8221; solution to get a dlna and a web server at the same time.<br />
Your post is very interesting because one of my needs would be to run node.</p>
<p>Now i know it&#8217;s possible, but what about performances ? Did you try to do a kind of benchmark or stress test ?<br />
For example, how many time (in ms) does it take to serve a simple web page ?</p>
<p>My 2nd choice is much more expensive : the mac mini.. </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring application context loading tricks by Ben</title>
		<link>http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/comment-page-1/#comment-31315</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 05 Dec 2011 18:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31315</guid>
		<description>Hi BenBourne,

Sounds to me like that &quot;spring&quot; directory is not on your classpath.</description>
		<content:encoded><![CDATA[<p>Hi BenBourne,</p>
<p>Sounds to me like that &#8220;spring&#8221; directory is not on your classpath.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring application context loading tricks by BenBourne</title>
		<link>http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/comment-page-1/#comment-31314</link>
		<dc:creator>BenBourne</dc:creator>
		<pubDate>Sat, 03 Dec 2011 19:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/05/13/spring-application-context-loading-tricks/#comment-31314</guid>
		<description>Hi Ben,
I have a issue with loading spring-aplication-context.xml.
it is clealry mentioned in web.xml also as:
classpath:spring/spring-aplication-context.xml
where spring is a folder inside which spring-aplication-context.xml resides.
The application is not getting loaded and says filenotfound for spring-aplication-context.xml.
The project is a maven project.
What can be the possible error?</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
I have a issue with loading spring-aplication-context.xml.<br />
it is clealry mentioned in web.xml also as:<br />
classpath:spring/spring-aplication-context.xml<br />
where spring is a folder inside which spring-aplication-context.xml resides.<br />
The application is not getting loaded and says filenotfound for spring-aplication-context.xml.<br />
The project is a maven project.<br />
What can be the possible error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OSX using vmware fusion : network is down by Jasper</title>
		<link>http://www.gridshore.nl/2008/02/18/mac-osx-using-vmware-fusion-network-is-down/comment-page-1/#comment-31313</link>
		<dc:creator>Jasper</dc:creator>
		<pubDate>Wed, 30 Nov 2011 15:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gridshore.nl/2008/02/18/mac-osx-using-vmware-fusion-network-is-down/#comment-31313</guid>
		<description>This is still helping people (though I wish it had been my first google result!)</description>
		<content:encoded><![CDATA[<p>This is still helping people (though I wish it had been my first google result!)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

