<?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"
	>
<channel>
	<title>Comments on: Terracotta and Wicket (the next generation)</title>
	<atom:link href="http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/feed/" rel="self" type="application/rss+xml" />
	<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 31 Jul 2010 11:56:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Updated terrcotta wicket-tim &#124; Richard Wilkinson's Blog</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-347</link>
		<dc:creator>Updated terrcotta wicket-tim &#124; Richard Wilkinson's Blog</dc:creator>
		<pubDate>Sun, 07 Dec 2008 12:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-347</guid>
		<description>[...] The code will now automatically configure your application to use the correct page store, with a default of 100 pages history per page map.  If you need to override this value then you can override the the newSessionStore method in your WebApplication class, as in the previous version (see this post). [...]</description>
		<content:encoded><![CDATA[<p>[...] The code will now automatically configure your application to use the correct page store, with a default of 100 pages history per page map.  If you need to override this value then you can override the the newSessionStore method in your WebApplication class, as in the previous version (see this post). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-326</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 26 Nov 2008 09:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-326</guid>
		<description>I was playing around with it last night and I think I can get it working automatically.  Since the asm stuff modifies the WebApplication class, you should still be able to override it in your own WebApplication if you need to.</description>
		<content:encoded><![CDATA[<p>I was playing around with it last night and I think I can get it working automatically.  Since the asm stuff modifies the WebApplication class, you should still be able to override it in your own WebApplication if you need to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Kuleshov</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-324</link>
		<dc:creator>Eugene Kuleshov</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-324</guid>
		<description>You could stick that number into system properties or tc.properties, or maybe bug Terracotta folks to implement support for the custom namespaces for tc-config.xml, so you could stick your tim configuration in there. The Terracotta Spring integration is doing something like that, but it is using hardcoded schema.</description>
		<content:encoded><![CDATA[<p>You could stick that number into system properties or tc.properties, or maybe bug Terracotta folks to implement support for the custom namespaces for tc-config.xml, so you could stick your tim configuration in there. The Terracotta Spring integration is doing something like that, but it is using hardcoded schema.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A simple wicket and terracotta example &#124; Richard Wilkinson's Blog</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-309</link>
		<dc:creator>A simple wicket and terracotta example &#124; Richard Wilkinson's Blog</dc:creator>
		<pubDate>Sun, 23 Nov 2008 13:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-309</guid>
		<description>[...] the publication of the updated wicket terracotta plugin I have been working on a simple example [...]</description>
		<content:encoded><![CDATA[<p>[...] the publication of the updated wicket terracotta plugin I have been working on a simple example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-209</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 09 Nov 2008 21:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-209</guid>
		<description>Eugene, I did know that, but I could not think of a way for the user to specify the number to keep in history if i did that.  I had been thinking of just removing the ability of the user to set that.  What are your thoughts?</description>
		<content:encoded><![CDATA[<p>Eugene, I did know that, but I could not think of a way for the user to specify the number to keep in history if i did that.  I had been thinking of just removing the ability of the user to set that.  What are your thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Kuleshov</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-207</link>
		<dc:creator>Eugene Kuleshov</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-207</guid>
		<description>By the way, you could intercept newSessionStore() method in your tim-wicket and provide this Terracotta-specific implementation automatically. So, user won't have to change his application to work in Terracotta.</description>
		<content:encoded><![CDATA[<p>By the way, you could intercept newSessionStore() method in your tim-wicket and provide this Terracotta-specific implementation automatically. So, user won&#8217;t have to change his application to work in Terracotta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orion Letizi</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-206</link>
		<dc:creator>Orion Letizi</dc:creator>
		<pubDate>Thu, 06 Nov 2008 15:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-206</guid>
		<description>Very cool stuff, Richard.  I've been noting your progress here:

http://www.terracotta.org/web/display/orgsite/Community+Highlights

The next site push will include this update.

Also, I'm still working on the Terracotta Champions thing we talked about. Sorry it's been slow in coming, but it is coming.

Cheers,
Orion</description>
		<content:encoded><![CDATA[<p>Very cool stuff, Richard.  I&#8217;ve been noting your progress here:</p>
<p><a href="http://www.terracotta.org/web/display/orgsite/Community+Highlights" rel="nofollow">http://www.terracotta.org/web/display/orgsite/Community+Highlights</a></p>
<p>The next site push will include this update.</p>
<p>Also, I&#8217;m still working on the Terracotta Champions thing we talked about. Sorry it&#8217;s been slow in coming, but it is coming.</p>
<p>Cheers,<br />
Orion</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Fussenegger</title>
		<link>http://richard-wilkinson.co.uk/2008/11/05/terracotta-and-wicket-the-next-generation/#comment-204</link>
		<dc:creator>Stefan Fussenegger</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://richard-wilkinson.co.uk/?p=44#comment-204</guid>
		<description>Hi Richard. Thanks for your all the great work and the credit. Regards, Stefan</description>
		<content:encoded><![CDATA[<p>Hi Richard. Thanks for your all the great work and the credit. Regards, Stefan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
