<?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: Asynchronous method invocation in Spring 3.0</title>
	<atom:link href="http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/</link>
	<description>Find free mock and practice test, create and sell tests</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:03:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: macrotea</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-10381</link>
		<dc:creator>macrotea</dc:creator>
		<pubDate>Fri, 30 Sep 2011 03:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-10381</guid>
		<description>hi
i am a chinese spring developer
thx for your introduction</description>
		<content:encoded><![CDATA[<p>hi<br />
i am a chinese spring developer<br />
thx for your introduction</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Concurrent Code Using Groovy &#171; Josef&#39;s Blog</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-10289</link>
		<dc:creator>Concurrent Code Using Groovy &#171; Josef&#39;s Blog</dc:creator>
		<pubDate>Thu, 30 Jun 2011 02:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-10289</guid>
		<description>[...] 2Aug10-18:06 Wow, synchrony in action. In my Google News Reader just saw a notification for &#8220;Asynchronous Method Invocation in Spring&#8220;. Details are shown here. [...]</description>
		<content:encoded><![CDATA[<p>[...] 2Aug10-18:06 Wow, synchrony in action. In my Google News Reader just saw a notification for &#8220;Asynchronous Method Invocation in Spring&#8220;. Details are shown here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-9563</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Sat, 29 Jan 2011 14:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-9563</guid>
		<description>When used in combination with Hibernate, I run into org.hibernate.LazyInitializationException s
What&#039;s the best way to create an open session in view for the Async method?</description>
		<content:encoded><![CDATA[<p>When used in combination with Hibernate, I run into org.hibernate.LazyInitializationException s<br />
What&#8217;s the best way to create an open session in view for the Async method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qbe</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-8773</link>
		<dc:creator>qbe</dc:creator>
		<pubDate>Sat, 30 Oct 2010 11:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-8773</guid>
		<description>@stats

You can use an http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/Future.html as return value of an Async annotated method.</description>
		<content:encoded><![CDATA[<p>@stats</p>
<p>You can use an <a href="http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/Future.html" rel="nofollow">http://download.oracle.com/javase/1.5.0/docs/api/java/util/concurrent/Future.html</a> as return value of an Async annotated method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-8619</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Tue, 05 Oct 2010 15:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-8619</guid>
		<description>@stas When you say outcome , what do you exactly mean ?
The aysnc method will do job in background and exit.  You can log the message when the method completes its execution.</description>
		<content:encoded><![CDATA[<p>@stas When you say outcome , what do you exactly mean ?<br />
The aysnc method will do job in background and exit.  You can log the message when the method completes its execution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stas</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-8616</link>
		<dc:creator>stas</dc:creator>
		<pubDate>Tue, 05 Oct 2010 09:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-8616</guid>
		<description>Is there a way to get an outcome of the ansync method?</description>
		<content:encoded><![CDATA[<p>Is there a way to get an outcome of the ansync method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-3719</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Thu, 05 Aug 2010 04:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-3719</guid>
		<description>&lt;a href=&quot;#comment-3718&quot; rel=&quot;nofollow&quot;&gt;@Paramesh &lt;/a&gt; 
Thanks for pointing out Paramesh. It should be Thread.sleep(5000).
I fixed it.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3718" rel="nofollow">@Paramesh </a><br />
Thanks for pointing out Paramesh. It should be Thread.sleep(5000).<br />
I fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paramesh</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-3718</link>
		<dc:creator>Paramesh</dc:creator>
		<pubDate>Thu, 05 Aug 2010 03:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-3718</guid>
		<description>Hello , 

Its really good, I would like know about where did you specify the 5 seconds in above.. I notice that below one in above program ..
The program will not exit and after 5 second you will see .. but i noticed that in Thread.sleep(10000).. 

Please advice</description>
		<content:encoded><![CDATA[<p>Hello , </p>
<p>Its really good, I would like know about where did you specify the 5 seconds in above.. I notice that below one in above program ..<br />
The program will not exit and after 5 second you will see .. but i noticed that in Thread.sleep(10000).. </p>
<p>Please advice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinay</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-3716</link>
		<dc:creator>Vinay</dc:creator>
		<pubDate>Wed, 04 Aug 2010 11:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-3716</guid>
		<description>Excellent point Michael. Thanks a lot fro bringing this up.</description>
		<content:encoded><![CDATA[<p>Excellent point Michael. Thanks a lot fro bringing this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.skill-guru.com/blog/2010/01/13/asynchronous-method-invocation-in-spring-3-0/comment-page-1/#comment-3715</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 04 Aug 2010 09:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.skill-guru.com/blog/?p=1450#comment-3715</guid>
		<description>Thanks for that post!

A small hint if you using async and annotation-based transactionhandling. You will need the async call before the method or facade with the @transactional otherwise the transactioncontext will not be expanded to the new thread....

greetings michael</description>
		<content:encoded><![CDATA[<p>Thanks for that post!</p>
<p>A small hint if you using async and annotation-based transactionhandling. You will need the async call before the method or facade with the @transactional otherwise the transactioncontext will not be expanded to the new thread&#8230;.</p>
<p>greetings michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

