<?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: Wicket Anti-Patterns: Avoiding Session Bloat</title>
	<atom:link href="http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/feed/" rel="self" type="application/rss+xml" />
	<link>http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/</link>
	<description>Random tech jargon</description>
	<lastBuildDate>Mon, 06 Sep 2010 09:29:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tweets that mention Wicket Anti-Patterns: Avoiding Session Bloat &#124; Letsgetdugg -- Topsy.com</title>
		<link>http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/comment-page-1/#comment-163</link>
		<dc:creator>Tweets that mention Wicket Anti-Patterns: Avoiding Session Bloat &#124; Letsgetdugg -- Topsy.com</dc:creator>
		<pubDate>Tue, 22 Dec 2009 16:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://letsgetdugg.com/?p=31#comment-163</guid>
		<description>[...] This post was mentioned on Twitter by やのつとむ, Jean-Louis Rigau. Jean-Louis Rigau said: Pour poursuivre avec #Wicket : Wicket Anti-Patterns: Avoiding Session Bloat &#124; Letsgetdugg http://bit.ly/74GSuj [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by やのつとむ, Jean-Louis Rigau. Jean-Louis Rigau said: Pour poursuivre avec #Wicket : Wicket Anti-Patterns: Avoiding Session Bloat | Letsgetdugg <a href="http://bit.ly/74GSuj" rel="nofollow">http://bit.ly/74GSuj</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gael Marziou</title>
		<link>http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/comment-page-1/#comment-78</link>
		<dc:creator>Gael Marziou</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://letsgetdugg.com/?p=31#comment-78</guid>
		<description>Nice post, however there is a problem in the layout of the article: the anti pattern #3 appears in the middle of a code box.</description>
		<content:encoded><![CDATA[<p>Nice post, however there is a problem in the layout of the article: the anti pattern #3 appears in the middle of a code box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victori</title>
		<link>http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/comment-page-1/#comment-33</link>
		<dc:creator>victori</dc:creator>
		<pubDate>Wed, 06 May 2009 10:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://letsgetdugg.com/?p=31#comment-33</guid>
		<description>@gabriel

User u = FooPanel.this.getModelObject(); is referencing the passed userMdl. You don&#039;t want to use the user object in the inner class directly or it fully gets serialized. This way only the lightweight userMdl gets serialized.

Wicket is full of surprises when it comes to session bloat if your not careful.</description>
		<content:encoded><![CDATA[<p>@gabriel</p>
<p>User u = FooPanel.this.getModelObject(); is referencing the passed userMdl. You don&#8217;t want to use the user object in the inner class directly or it fully gets serialized. This way only the lightweight userMdl gets serialized.</p>
<p>Wicket is full of surprises when it comes to session bloat if your not careful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel K.</title>
		<link>http://letsgetdugg.com/2009/04/19/wicket-anti-patterns-avoiding-session-bloat/comment-page-1/#comment-32</link>
		<dc:creator>Gabriel K.</dc:creator>
		<pubDate>Wed, 06 May 2009 09:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://letsgetdugg.com/?p=31#comment-32</guid>
		<description>Nice post!

I have a question about #1.
- Do you really need both using LoadableDetachable AND
User u = FooPanel.this.getModelObject();

Why adding this last line if the IModel if Detachable?</description>
		<content:encoded><![CDATA[<p>Nice post!</p>
<p>I have a question about #1.<br />
- Do you really need both using LoadableDetachable AND<br />
User u = FooPanel.this.getModelObject();</p>
<p>Why adding this last line if the IModel if Detachable?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
