<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Apache Wicket on Google App Engine for Java</title>
	<atom:link href="http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/</link>
	<description>Putting the nerd in comnerdedy</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:51:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bob</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-33286</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Wed, 03 Feb 2010 02:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-33286</guid>
		<description>i had to add serialVersionUID to my wicket pages since they are stored in the session and serialized.  I guess they are not required by Eclipse when I create a wicket page.  before i did that, i was receiving an exception like:

javax.servlet.ServletException: java.lang.RuntimeException: java.io.InvalidClassException: wicket.LoginPage; local class incompatible: stream classdesc serialVersionUID</description>
		<content:encoded><![CDATA[<p>i had to add serialVersionUID to my wicket pages since they are stored in the session and serialized.  I guess they are not required by Eclipse when I create a wicket page.  before i did that, i was receiving an exception like:</p>
<p>javax.servlet.ServletException: java.lang.RuntimeException: java.io.InvalidClassException: wicket.LoginPage; local class incompatible: stream classdesc serialVersionUID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tee Bee</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-29361</link>
		<dc:creator>Tee Bee</dc:creator>
		<pubDate>Wed, 15 Jul 2009 01:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-29361</guid>
		<description>Hi

I agree that it works fine in Eclipse using the Google appengine plugin, but after deplyoying to Google the first page was ok, but trying to simulate some other pages I get this error: 500 Server error
and the logs is: 

Uncaught exception from servlet
com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.

any idea?

regards</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I agree that it works fine in Eclipse using the Google appengine plugin, but after deplyoying to Google the first page was ok, but trying to simulate some other pages I get this error: 500 Server error<br />
and the logs is: </p>
<p>Uncaught exception from servlet<br />
com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.</p>
<p>any idea?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Per</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-28574</link>
		<dc:creator>Per</dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-28574</guid>
		<description>Really been trying this but can&#039;t get it working in the app engine. It works fine in Eclipse but on Google I get a 404 - so I wonder where the difference is.</description>
		<content:encoded><![CDATA[<p>Really been trying this but can&#8217;t get it working in the app engine. It works fine in Eclipse but on Google I get a 404 &#8211; so I wonder where the difference is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ai</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-24955</link>
		<dc:creator>Ai</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-24955</guid>
		<description>Hi thanks for sharing the infos!

Currently I&#039;m having some difficulties whith wicket having loading the html resources.

Did you change anything appart from the mentioned overrided methods?

cheers



Logs: 

Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator locateByResourceFinder
FINE: Attempting to locate resource &#039;org/gaetest/pages/HomePage.html&#039; on path [folders = [], webapppaths: []]
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream
FINE: Attempting to locate resource &#039;org/gaetest/pages/HomePage.html&#039; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream
FINE: Attempting to locate resource &#039;org/gaetest/pages/HomePage.html&#039; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream
FINE: Attempting to locate resource &#039;org/gaetest/pages/HomePage.html&#039; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23



SEVERE: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 17, 2009 12:45:03 AM org.apache.wicket.RequestCycle logRuntimeException
SEVERE: Markup of type &#039;html&#039; for component &#039;org.gaetest.pages.HomePage&#039; not found. Enable debug messages for org.apache.wicket.util.resource to get a list of all filenames tried.: [Page class = org.gaetest.pages.HomePage, id = 0, version = 0]
org.apache.wicket.markup.MarkupNotFoundException: Markup of type &#039;html&#039; for component &#039;org.gaetest.pages.HomePage&#039; not found. Enable debug messages for org.apache.wicket.util.resource</description>
		<content:encoded><![CDATA[<p>Hi thanks for sharing the infos!</p>
<p>Currently I&#8217;m having some difficulties whith wicket having loading the html resources.</p>
<p>Did you change anything appart from the mentioned overrided methods?</p>
<p>cheers</p>
<p>Logs: </p>
<p>Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator locateByResourceFinder<br />
FINE: Attempting to locate resource &#8216;org/gaetest/pages/HomePage.html&#8217; on path [folders = [], webapppaths: []]<br />
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream<br />
FINE: Attempting to locate resource &#8216;org/gaetest/pages/HomePage.html&#8217; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23<br />
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream<br />
FINE: Attempting to locate resource &#8216;org/gaetest/pages/HomePage.html&#8217; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23<br />
Apr 17, 2009 12:45:03 AM org.apache.wicket.util.resource.locator.ResourceStreamLocator getResourceStream<br />
FINE: Attempting to locate resource &#8216;org/gaetest/pages/HomePage.html&#8217; using classloader com.google.appengine.tools.development.IsolatedAppClassLoader@31ff23</p>
<p>SEVERE: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br />
Apr 17, 2009 12:45:03 AM org.apache.wicket.RequestCycle logRuntimeException<br />
SEVERE: Markup of type &#8216;html&#8217; for component &#8216;org.gaetest.pages.HomePage&#8217; not found. Enable debug messages for org.apache.wicket.util.resource to get a list of all filenames tried.: [Page class = org.gaetest.pages.HomePage, id = 0, version = 0]<br />
org.apache.wicket.markup.MarkupNotFoundException: Markup of type &#8216;html&#8217; for component &#8216;org.gaetest.pages.HomePage&#8217; not found. Enable debug messages for org.apache.wicket.util.resource</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soma</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-24575</link>
		<dc:creator>soma</dc:creator>
		<pubDate>Thu, 09 Apr 2009 21:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-24575</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-24510</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Thu, 09 Apr 2009 00:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-24510</guid>
		<description>dude!!, publish the source!!</description>
		<content:encoded><![CDATA[<p>dude!!, publish the source!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garidan</title>
		<link>http://www.danwalmsley.com/2009/04/08/apache-wicket-on-google-app-engine-for-java/comment-page-1/#comment-24493</link>
		<dc:creator>Garidan</dc:creator>
		<pubDate>Wed, 08 Apr 2009 19:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.danwalmsley.com/?p=220#comment-24493</guid>
		<description>Marvelous ! I just read about GAE/J and searched for someone who tried wicket and here you are. Thanks.
I think wicket is perfect for that platform.
Really good news.
thanks</description>
		<content:encoded><![CDATA[<p>Marvelous ! I just read about GAE/J and searched for someone who tried wicket and here you are. Thanks.<br />
I think wicket is perfect for that platform.<br />
Really good news.<br />
thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
