<?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 for PermGen error</title>
	<atom:link href="http://eggsylife.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://eggsylife.co.uk</link>
	<description>Eggsylife</description>
	<lastBuildDate>Mon, 30 Jan 2012 00:48:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on GWT 2, JSONP and Javascript Overlays with JsonpRequestBuilder by Quan</title>
		<link>http://eggsylife.co.uk/2010/04/22/gwt-2-jsonp-and-javascript-overlays-with-jsonprequestbuilder/comment-page-1/#comment-333</link>
		<dc:creator>Quan</dc:creator>
		<pubDate>Mon, 30 Jan 2012 00:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=249#comment-333</guid>
		<description>OMG! I love you! I was battling SOP for quite a while now, but thanks to your post I could finally get it done. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>OMG! I love you! I was battling SOP for quite a while now, but thanks to your post I could finally get it done. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring annotation based AOP and intercepting the ball by admin</title>
		<link>http://eggsylife.co.uk/2010/02/03/spring-annotation-based-aop-and-intercepting-the-ball/comment-page-1/#comment-332</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 28 Jan 2012 21:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=236#comment-332</guid>
		<description>To Expand a little on what Alex means. Spring AOP is proxy based and method calls to this.doSomething() will not be wrapped as you&#039;d expect.

Info from the Spring docs:

&lt;em&gt;The key thing to understand here is that the client code inside the main(..) of the Main class has a reference to the proxy. This means that method calls on that object reference will be calls on the proxy, and as such the proxy will be able to delegate to all of the interceptors (advice) that are relevant to that particular method call. However, once the call has finally reached the target object, the SimplePojo reference in this case, any method calls that it may make on itself, such as this.bar() or this.foo(), are going to be invoked against the this reference, and not the proxy. This has important implications. It means that self-invocation is not going to result in the advice associated with a method invocation getting a chance to execute.&lt;/em&gt;

More info on this can be found here:

http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-understanding-aop-proxies</description>
		<content:encoded><![CDATA[<p>To Expand a little on what Alex means. Spring AOP is proxy based and method calls to this.doSomething() will not be wrapped as you&#8217;d expect.</p>
<p>Info from the Spring docs:</p>
<p><em>The key thing to understand here is that the client code inside the main(..) of the Main class has a reference to the proxy. This means that method calls on that object reference will be calls on the proxy, and as such the proxy will be able to delegate to all of the interceptors (advice) that are relevant to that particular method call. However, once the call has finally reached the target object, the SimplePojo reference in this case, any method calls that it may make on itself, such as this.bar() or this.foo(), are going to be invoked against the this reference, and not the proxy. This has important implications. It means that self-invocation is not going to result in the advice associated with a method invocation getting a chance to execute.</em></p>
<p>More info on this can be found here:</p>
<p><a href="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-understanding-aop-proxies" rel="nofollow">http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/aop.html#aop-understanding-aop-proxies</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring annotation based AOP and intercepting the ball by Alex</title>
		<link>http://eggsylife.co.uk/2010/02/03/spring-annotation-based-aop-and-intercepting-the-ball/comment-page-1/#comment-331</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=236#comment-331</guid>
		<description>Or even more often situation. Class X with two methods methodA and methodB. Only methodB is annotated. If methodB is invoked from methodA, than logAction() will never be invoked.</description>
		<content:encoded><![CDATA[<p>Or even more often situation. Class X with two methods methodA and methodB. Only methodB is annotated. If methodB is invoked from methodA, than logAction() will never be invoked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring annotation based AOP and intercepting the ball by Alex</title>
		<link>http://eggsylife.co.uk/2010/02/03/spring-annotation-based-aop-and-intercepting-the-ball/comment-page-1/#comment-330</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 27 Jan 2012 15:45:51 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=236#comment-330</guid>
		<description>Hi.

You forgot to mention that if two annotated methods are in one class(methodA and methodB) and methodA is invoking methodB than logAction(...) will be invoked only once...</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>You forgot to mention that if two annotated methods are in one class(methodA and methodB) and methodA is invoking methodB than logAction(&#8230;) will be invoked only once&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3 RESTful Web Services by admin</title>
		<link>http://eggsylife.co.uk/2010/01/03/spring-3-restful-web-services/comment-page-1/#comment-329</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Jan 2012 23:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=204#comment-329</guid>
		<description>Hi there

Assuming you are using Restful URL&#039;s in that the URL identified a particular resource which users have/haven&#039;t got access to I would look into Spring Security and in particular the Spring ACL framework.

This allows use to restrict access based upon the item being accessed. For example you might have a system where users belong to accounts and you wish that they can only access URL&#039;s for their accounts. Spring ACL would be able to address this.

James</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>Assuming you are using Restful URL&#8217;s in that the URL identified a particular resource which users have/haven&#8217;t got access to I would look into Spring Security and in particular the Spring ACL framework.</p>
<p>This allows use to restrict access based upon the item being accessed. For example you might have a system where users belong to accounts and you wish that they can only access URL&#8217;s for their accounts. Spring ACL would be able to address this.</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring 3 RESTful Web Services by Ellipsis</title>
		<link>http://eggsylife.co.uk/2010/01/03/spring-3-restful-web-services/comment-page-1/#comment-328</link>
		<dc:creator>Ellipsis</dc:creator>
		<pubDate>Mon, 02 Jan 2012 21:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=204#comment-328</guid>
		<description>How would you suggest to secure services? I was thinking to use basic http auth on SSL, but I am not much familiar with Spring Architecture. Any suggestions?</description>
		<content:encoded><![CDATA[<p>How would you suggest to secure services? I was thinking to use basic http auth on SSL, but I am not much familiar with Spring Architecture. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by Tank Removal NJ</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-327</link>
		<dc:creator>Tank Removal NJ</dc:creator>
		<pubDate>Sun, 04 Dec 2011 05:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-327</guid>
		<description>Cracking article.</description>
		<content:encoded><![CDATA[<p>Cracking article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT SuggestBox backed by DTO Model by اختصاص فضا</title>
		<link>http://eggsylife.co.uk/2008/08/25/gwt-suggestbox-backed-by-dto-model/comment-page-1/#comment-326</link>
		<dc:creator>اختصاص فضا</dc:creator>
		<pubDate>Sat, 12 Nov 2011 14:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=24#comment-326</guid>
		<description>Very well executed article!</description>
		<content:encoded><![CDATA[<p>Very well executed article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse Galileo – Cannot nest src folder by Pallavi</title>
		<link>http://eggsylife.co.uk/2009/12/20/eclipse-galileo-cannot-nest-src-folder/comment-page-1/#comment-325</link>
		<dc:creator>Pallavi</dc:creator>
		<pubDate>Mon, 24 Oct 2011 08:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=200#comment-325</guid>
		<description>Thanks alot. It was very useful.</description>
		<content:encoded><![CDATA[<p>Thanks alot. It was very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spring annotation based AOP and intercepting the ball by afthab</title>
		<link>http://eggsylife.co.uk/2010/02/03/spring-annotation-based-aop-and-intercepting-the-ball/comment-page-1/#comment-323</link>
		<dc:creator>afthab</dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://eggsylife.co.uk/?p=236#comment-323</guid>
		<description>Make sure you are giving correct pacakge name for @pointcut. Here it is given  such a way that , it will take all packages.</description>
		<content:encoded><![CDATA[<p>Make sure you are giving correct pacakge name for @pointcut. Here it is given  such a way that , it will take all packages.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

