<?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 Random Thoughts</title>
	<atom:link href="http://blog.inflinx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com</link>
	<description>All About Software Development</description>
	<lastBuildDate>Wed, 08 May 2013 08:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>Comment on Spring Async And Future &#8211; Report Generation Example by Alexander Pohl</title>
		<link>http://blog.inflinx.com/2012/09/09/spring-async-and-future-report-generation-example/comment-page-1/#comment-73353</link>
		<dc:creator>Alexander Pohl</dc:creator>
		<pubDate>Wed, 08 May 2013 08:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inflinx.com/?p=713#comment-73353</guid>
		<description>Excellent example, exactly what I was looking for. 

However, I could not save the Future into the session as it does not implement Serializable. Maybe there is an implementation which does and you just have to change the configured Task Executor, but I did not find one. So I decided to simply save the Future in a Singleton Bean of type Map&lt;String, Future&gt;.

Also don&#039;t forget to enable asynchronous execution (see http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/scheduling/annotation/EnableAsync.html ), otherwise the @Async annotation will be ignored and you&#039;ll end up with regular synchroneous processing.</description>
		<content:encoded><![CDATA[<p>Excellent example, exactly what I was looking for. </p>
<p>However, I could not save the Future into the session as it does not implement Serializable. Maybe there is an implementation which does and you just have to change the configured Task Executor, but I did not find one. So I decided to simply save the Future in a Singleton Bean of type Map&lt;String, Future&gt;.</p>
<p>Also don&#8217;t forget to enable asynchronous execution (see <a href="http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/scheduling/annotation/EnableAsync.html" rel="nofollow">http://static.springsource.org/spring/docs/3.1.x/javadoc-api/org/springframework/scheduling/annotation/EnableAsync.html</a> ), otherwise the @Async annotation will be ignored and you&#8217;ll end up with regular synchroneous processing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring MVC &#8211; Sitemesh 3 Integration by Nesson</title>
		<link>http://blog.inflinx.com/2012/10/09/spring-mvc-sitemesh-3-integration/comment-page-1/#comment-71182</link>
		<dc:creator>Nesson</dc:creator>
		<pubDate>Mon, 15 Apr 2013 15:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inflinx.com/?p=737#comment-71182</guid>
		<description>sitemesh3 doesn&#039;t support POST, if you try create a form with method = &quot;post&quot;, it will return errors,</description>
		<content:encoded><![CDATA[<p>sitemesh3 doesn&#8217;t support POST, if you try create a form with method = &#8220;post&#8221;, it will return errors,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring Async And Future &#8211; Report Generation Example by Satish</title>
		<link>http://blog.inflinx.com/2012/09/09/spring-async-and-future-report-generation-example/comment-page-1/#comment-66343</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Thu, 14 Mar 2013 20:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inflinx.com/?p=713#comment-66343</guid>
		<description>your blog post helped me - thanks much!</description>
		<content:encoded><![CDATA[<p>your blog post helped me &#8211; thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Started with Spring Web Flow &#8211; Part 1 by saurabh</title>
		<link>http://blog.inflinx.com/2012/05/18/getting-started-with-spring-web-flow-part-1/comment-page-1/#comment-65943</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Tue, 12 Mar 2013 18:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inflinx.com/?p=658#comment-65943</guid>
		<description>very nice tutorial</description>
		<content:encoded><![CDATA[<p>very nice tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Apache JAMES Mail Server by Ashish</title>
		<link>http://blog.inflinx.com/2011/01/21/using-apache-james-mail-server/comment-page-1/#comment-64399</link>
		<dc:creator>Ashish</dc:creator>
		<pubDate>Tue, 05 Mar 2013 13:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inflinx.com/?p=518#comment-64399</guid>
		<description>Hi Jason,

It&#039;s Really very neat-and-clean example related to James Apache , But If you can also provide the configuration required for sending mail to external mail account like (gmail,yahoo,..) in james configuration file ,that will really appreciable .............Thanks</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>It&#8217;s Really very neat-and-clean example related to James Apache , But If you can also provide the configuration required for sending mail to external mail account like (gmail,yahoo,..) in james configuration file ,that will really appreciable &#8230;&#8230;&#8230;&#8230;.Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
