<?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 on Google&#8217;s App Engine</title>
	<atom:link href="http://herebebeasties.com/2009-04-10/wicket-on-googles-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://herebebeasties.com/2009-04-10/wicket-on-googles-app-engine/</link>
	<description>Alastair Maw's small soap box.</description>
	<lastBuildDate>Thu, 10 Nov 2011 14:24:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dean</title>
		<link>http://herebebeasties.com/2009-04-10/wicket-on-googles-app-engine/comment-page-1/#comment-14124</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Thu, 23 Jul 2009 06:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/?p=129#comment-14124</guid>
		<description>There seems to be a stumbling block for any apps that use org.apache.wicket.util.lang.Objects.cloneModel() - it uses serialisation to clone a model, and is disallowed in GAE.  I hit this when using tabs and links - the previous state is copied in this manner.  
I&#039;ve got round it by altering the Objects object to catch the security exception and trying alternative methods (clone(), copy constructor) before giving up the ghost.
Any ideas for a better way?
Cheers!</description>
		<content:encoded><![CDATA[<p>There seems to be a stumbling block for any apps that use org.apache.wicket.util.lang.Objects.cloneModel() &#8211; it uses serialisation to clone a model, and is disallowed in GAE.  I hit this when using tabs and links &#8211; the previous state is copied in this manner.<br />
I&#8217;ve got round it by altering the Objects object to catch the security exception and trying alternative methods (clone(), copy constructor) before giving up the ghost.<br />
Any ideas for a better way?<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lzap</title>
		<link>http://herebebeasties.com/2009-04-10/wicket-on-googles-app-engine/comment-page-1/#comment-13359</link>
		<dc:creator>lzap</dc:creator>
		<pubDate>Fri, 29 May 2009 14:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/?p=129#comment-13359</guid>
		<description>Thanks for tip! Nice!!!</description>
		<content:encoded><![CDATA[<p>Thanks for tip! Nice!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

