<?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: Spring AOP Example: Profiling method execution time tutorial</title>
	<atom:link href="http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/</link>
	<description>Java / Web developer working at PayPal, India.</description>
	<lastBuildDate>Fri, 10 Sep 2010 17:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5461</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Sun, 05 Sep 2010 08:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5461</guid>
		<description>Hi Bhanu,

I have never done the integration of JSF + AOP.. So, couldn&#039;t comment on that.</description>
		<content:encoded><![CDATA[<p>Hi Bhanu,</p>
<p>I have never done the integration of JSF + AOP.. So, couldn&#8217;t comment on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhanu</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5432</link>
		<dc:creator>Bhanu</dc:creator>
		<pubDate>Fri, 03 Sep 2010 07:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5432</guid>
		<description>hi Veera,

Nice article. how to integrate this AOP into JSF.</description>
		<content:encoded><![CDATA[<p>hi Veera,</p>
<p>Nice article. how to integrate this AOP into JSF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5212</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5212</guid>
		<description>you are welcome, Sudha.</description>
		<content:encoded><![CDATA[<p>you are welcome, Sudha.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudha</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5209</link>
		<dc:creator>Sudha</dc:creator>
		<pubDate>Wed, 25 Aug 2010 08:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5209</guid>
		<description>Useful article for a beginner...cheers !!!</description>
		<content:encoded><![CDATA[<p>Useful article for a beginner&#8230;cheers !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tulio Domingos</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5188</link>
		<dc:creator>Tulio Domingos</dc:creator>
		<pubDate>Tue, 24 Aug 2010 09:04:58 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5188</guid>
		<description>No worries Veera it was just a thought. Cheers tho
Tulio</description>
		<content:encoded><![CDATA[<p>No worries Veera it was just a thought. Cheers tho<br />
Tulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5182</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Tue, 24 Aug 2010 04:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5182</guid>
		<description>Sorry Tulio.. I have never used DWR in any of my project. So I have no idea about the integration between DWR and Spring.</description>
		<content:encoded><![CDATA[<p>Sorry Tulio.. I have never used DWR in any of my project. So I have no idea about the integration between DWR and Spring.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tulio Domingos</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-5173</link>
		<dc:creator>Tulio Domingos</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-5173</guid>
		<description>Hi Veera nice article you got there! Quick question, any ideas on how to integrate this with DWR? 
Say for example you had DWR remote tags on the &quot;myBusinessClass&quot; bean that would potentially clash with Spring AOP...

Including the  in the bean declaration doesn&#039;t seem to help..

Cheers 

Tulio</description>
		<content:encoded><![CDATA[<p>Hi Veera nice article you got there! Quick question, any ideas on how to integrate this with DWR?<br />
Say for example you had DWR remote tags on the &#8220;myBusinessClass&#8221; bean that would potentially clash with Spring AOP&#8230;</p>
<p>Including the  in the bean declaration doesn&#8217;t seem to help..</p>
<p>Cheers </p>
<p>Tulio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-2482</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2482</guid>
		<description>Yes Rohit. You can define as many pointcuts as you want in an Aspect. 

In fact, you can even seperate these two in two different class file to organize them logically (like, Aspect in one class and pointcuts defined in another class). This way, you can even reuse the pointcuts in some other places too.</description>
		<content:encoded><![CDATA[<p>Yes Rohit. You can define as many pointcuts as you want in an Aspect. </p>
<p>In fact, you can even seperate these two in two different class file to organize them logically (like, Aspect in one class and pointcuts defined in another class). This way, you can even reuse the pointcuts in some other places too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-2481</link>
		<dc:creator>Rohit</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2481</guid>
		<description>Hi Veera,

Can we have more than one pointcut defined on a spring bean declared as an Aspect?</description>
		<content:encoded><![CDATA[<p>Hi Veera,</p>
<p>Can we have more than one pointcut defined on a spring bean declared as an Aspect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veera</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-2450</link>
		<dc:creator>Veera</dc:creator>
		<pubDate>Sun, 17 Jan 2010 14:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2450</guid>
		<description>you are welcome.</description>
		<content:encoded><![CDATA[<p>you are welcome.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
