<?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</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:27:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: livaka</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-59920</link>
		<dc:creator>livaka</dc:creator>
		<pubDate>Sun, 05 Feb 2012 04:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-59920</guid>
		<description>really good example..need some more explain to understand</description>
		<content:encoded><![CDATA[<p>really good example..need some more explain to understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-59679</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-59679</guid>
		<description>Really good !!!</description>
		<content:encoded><![CDATA[<p>Really good !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-45903</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 28 Oct 2011 07:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-45903</guid>
		<description>I do not think it is a good practice to throw anything in method profile(). This can have a bad impact on your code. You should try / catch inside your method and return a message to show something was wrong.</description>
		<content:encoded><![CDATA[<p>I do not think it is a good practice to throw anything in method profile(). This can have a bad impact on your code. You should try / catch inside your method and return a message to show something was wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zahid</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-38322</link>
		<dc:creator>Zahid</dc:creator>
		<pubDate>Fri, 26 Aug 2011 02:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-38322</guid>
		<description>I was having the same issue after I modified package name in Pointcut annotation, thinking of making it generic for every package but..... I got the log messages from BusinessImpl but not from aspect. The trick was to fully qualify package name in Pointcut annotation and it started working again.</description>
		<content:encoded><![CDATA[<p>I was having the same issue after I modified package name in Pointcut annotation, thinking of making it generic for every package but&#8230;.. I got the log messages from BusinessImpl but not from aspect. The trick was to fully qualify package name in Pointcut annotation and it started working again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Junaid Ansari</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/comment-page-1/#comment-36592</link>
		<dc:creator>Junaid Ansari</dc:creator>
		<pubDate>Mon, 08 Aug 2011 23:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-36592</guid>
		<description>Hi Veera,

This is really a nice article.I am beginner can you help me to profile execution time for nested methods calls.Let say I have a main method which is calling a method A() and B().I need to capture the execution time of A() and B() separately.How to define point cut for same.

Thank you..</description>
		<content:encoded><![CDATA[<p>Hi Veera,</p>
<p>This is really a nice article.I am beginner can you help me to profile execution time for nested methods calls.Let say I have a main method which is calling a method A() and B().I need to capture the execution time of A() and B() separately.How to define point cut for same.</p>
<p>Thank you..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

