<?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: Caching with AspectJ</title>
	<atom:link href="http://www.christianschenk.org/blog/caching-with-aspectj/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christianschenk.org/blog/caching-with-aspectj/</link>
	<description>Writing about my experiences with technology and all different kinds of projects and experiments</description>
	<lastBuildDate>Fri, 30 Jul 2010 04:19:58 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian Schenk</title>
		<link>http://www.christianschenk.org/blog/caching-with-aspectj/comment-page-1/#comment-9716</link>
		<dc:creator>Christian Schenk</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/blog/caching-with-aspectj/#comment-9716</guid>
		<description>Hi igo,
I think the reason for this extra method were the &lt;em&gt;Around&lt;/em&gt; and &lt;em&gt;Pointcut&lt;/em&gt; annotations. First you had to annotate a method with &lt;code&gt;@Pointcut&lt;/code&gt; which in turn could be used in the &lt;em&gt;Before&lt;/em&gt;, &lt;em&gt;After&lt;/em&gt; and &lt;em&gt;Around&lt;/em&gt; annotations.
I must admit that I hadn&#039;t have the time to look at the latest version of AspectJ; I&#039;ll sure check it out later this year. If they&#039;ve changed the annotations or the syntax/semantic in any way it might be possible to do the same without this &lt;em&gt;extra&lt;/em&gt; method.</description>
		<content:encoded><![CDATA[<p>Hi igo,<br />
I think the reason for this extra method were the <em>Around</em> and <em>Pointcut</em> annotations. First you had to annotate a method with <code>@Pointcut</code> which in turn could be used in the <em>Before</em>, <em>After</em> and <em>Around</em> annotations.<br />
I must admit that I hadn&#8217;t have the time to look at the latest version of AspectJ; I&#8217;ll sure check it out later this year. If they&#8217;ve changed the annotations or the syntax/semantic in any way it might be possible to do the same without this <em>extra</em> method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igo</title>
		<link>http://www.christianschenk.org/blog/caching-with-aspectj/comment-page-1/#comment-9712</link>
		<dc:creator>igo</dc:creator>
		<pubDate>Fri, 04 Sep 2009 11:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianschenk.org/blog/caching-with-aspectj/#comment-9712</guid>
		<description>thanks! very good and useful tutorial!
why didn&#039;t you annotated directly aroundProfileMethods with @Around(&quot;execution(@Cachable * *.*(..))&quot;)?</description>
		<content:encoded><![CDATA[<p>thanks! very good and useful tutorial!<br />
why didn&#8217;t you annotated directly aroundProfileMethods with @Around(&#8221;execution(@Cachable * *.*(..))&#8221;)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
