<?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 and design</description>
	<lastBuildDate>Sun, 20 May 2012 11:47:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: kvic kaizen</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2288</link>
		<dc:creator>kvic kaizen</dc:creator>
		<pubDate>Fri, 11 May 2012 07:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2288</guid>
		<description>Great!
Excellent tutorial. 
I just try and it works.</description>
		<content:encoded><![CDATA[<p>Great!<br />
Excellent tutorial.<br />
I just try and it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mayuri</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2236</link>
		<dc:creator>mayuri</dc:creator>
		<pubDate>Mon, 30 Apr 2012 06:11:31 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2236</guid>
		<description>Hi,
I&#039;m doing my project using Aspectj in spring by using annotations but since my project has dependency on other projects also which are using Spring AOP, so if i am disabling my AOP they are still getting proxied by the spring aop which is creating problem. How can I  exclude an aspect in Spring AOP, in asject j it is possible by using exlude in aop.xml but i m not able to do that in spring aop.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m doing my project using Aspectj in spring by using annotations but since my project has dependency on other projects also which are using Spring AOP, so if i am disabling my AOP they are still getting proxied by the spring aop which is creating problem. How can I  exclude an aspect in Spring AOP, in asject j it is possible by using exlude in aop.xml but i m not able to do that in spring aop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: appu</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2218</link>
		<dc:creator>appu</dc:creator>
		<pubDate>Tue, 24 Apr 2012 05:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2218</guid>
		<description>Hi,
I&#039;m trying to implement this article in my application. but I&#039;m getting error like
Caused by: java.lang.NoClassDefFoundError: org.aspectj.weaver.tools.PointcutDesignatorHandler
I have added in aspectjrt.jar and aspectweaver.jar  in my classpath..but also getting the same error..
Anything more I need to do..
This is my first Spring application..
Could you please help me on this issue..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to implement this article in my application. but I&#8217;m getting error like<br />
Caused by: java.lang.NoClassDefFoundError: org.aspectj.weaver.tools.PointcutDesignatorHandler<br />
I have added in aspectjrt.jar and aspectweaver.jar  in my classpath..but also getting the same error..<br />
Anything more I need to do..<br />
This is my first Spring application..<br />
Could you please help me on this issue..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghava</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2203</link>
		<dc:creator>Raghava</dc:creator>
		<pubDate>Fri, 20 Apr 2012 06:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2203</guid>
		<description>It&#039;s explained in impressive way...</description>
		<content:encoded><![CDATA[<p>It&#8217;s explained in impressive way&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surender</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2185</link>
		<dc:creator>surender</dc:creator>
		<pubDate>Fri, 13 Apr 2012 09:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2185</guid>
		<description>Hi Veera 
 its very nice and is to understand . can u please give an example of seperating the pointcuts and aspect into two different classes</description>
		<content:encoded><![CDATA[<p>Hi Veera<br />
 its very nice and is to understand . can u please give an example of seperating the pointcuts and aspect into two different classes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2175</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 10 Apr 2012 05:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2175</guid>
		<description>Hi nice ariticle, 
but i need a sample AOP logging file appender example in spring.could you advise me how can i implement.

Thanks
David</description>
		<content:encoded><![CDATA[<p>Hi nice ariticle,<br />
but i need a sample AOP logging file appender example in spring.could you advise me how can i implement.</p>
<p>Thanks<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Gupta</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2123</link>
		<dc:creator>Ravi Gupta</dc:creator>
		<pubDate>Wed, 28 Mar 2012 13:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2123</guid>
		<description>Hi Veera,

This is a very good article.
Can you please explain how we can define pointcuts in a class file and reuse it in another class file.

Please explain with example.

Guys who need to know how basic AOP works in Spring can refer the below link 

http://www.mkyong.com/spring/spring-aop-example-pointcut-advisor/

Regards,
Ravi Gupta</description>
		<content:encoded><![CDATA[<p>Hi Veera,</p>
<p>This is a very good article.<br />
Can you please explain how we can define pointcuts in a class file and reuse it in another class file.</p>
<p>Please explain with example.</p>
<p>Guys who need to know how basic AOP works in Spring can refer the below link </p>
<p><a href="http://www.mkyong.com/spring/spring-aop-example-pointcut-advisor/" rel="nofollow">http://www.mkyong.com/spring/spring-aop-example-pointcut-advisor/</a></p>
<p>Regards,<br />
Ravi Gupta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajan</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2046</link>
		<dc:creator>Rajan</dc:creator>
		<pubDate>Sun, 11 Mar 2012 16:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2046</guid>
		<description>Hi Vidhya,

It is working fine for me. Please can you recheck whether the referenced libraries are properly configured?</description>
		<content:encoded><![CDATA[<p>Hi Vidhya,</p>
<p>It is working fine for me. Please can you recheck whether the referenced libraries are properly configured?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajan</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-2045</link>
		<dc:creator>Rajan</dc:creator>
		<pubDate>Sun, 11 Mar 2012 16:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-2045</guid>
		<description>Nice article. Please can you clarify one thing, is aspectj part of spring framework? If not what benefit do we get from using aspectj and aspectjweaver jars? Can&#039;t we achieve the same using spring framework itself?</description>
		<content:encoded><![CDATA[<p>Nice article. Please can you clarify one thing, is aspectj part of spring framework? If not what benefit do we get from using aspectj and aspectjweaver jars? Can&#8217;t we achieve the same using spring framework itself?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vidhya</title>
		<link>http://veerasundar.com/blog/2010/01/spring-aop-example-profiling-method-execution-time-tutorial/#comment-1131</link>
		<dc:creator>vidhya</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://veerasundar.com/blog/?p=1208#comment-1131</guid>
		<description>I downloaded the code and did the settings as mentioned in this article. I am not getting the response as expected. I am not getting the print statement mentioned in the BusinessProfiler. Only the print statements in the businessImpl class is displayed. Am I doing something wrong</description>
		<content:encoded><![CDATA[<p>I downloaded the code and did the settings as mentioned in this article. I am not getting the response as expected. I am not getting the print statement mentioned in the BusinessProfiler. Only the print statements in the businessImpl class is displayed. Am I doing something wrong</p>
]]></content:encoded>
	</item>
</channel>
</rss>

