Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-13 Thread Christian Köberl
akochnev wrote: > > Christian, >can you jot down a few instructions on getting this done ? Is this the > T5.1 out of SVN ? Or is this just following the instructions that someone > (maybe you) posted a few weeks ago ? > I will write instructions on my blog in the next days (always too littl

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-13 Thread Otho
It's already in: http://code.google.com/p/googleappengine/issues/detail?id=1480 Maybe everybody affected shoul star it, too. 2009/8/13 Christian Edward Gruber > This apparently happens on 5.0.x as well, and seems to be a problem in the > classloading on the local development server. Apparently

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Christian Edward Gruber
This apparently happens on 5.0.x as well, and seems to be a problem in the classloading on the local development server. Apparently this error doesn't occur (or at least isn't manifesting this way) on the actual appserver production engine. I have no clue where this is at, but if there is

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Otho
Out of the box it throws the same exception. Caused by: java.lang.ClassNotFoundException: caught an exception while obtaining a class file for org.apache.tapestry5.corelib.components.Loop$1 at javassist.Loader.findClass(Loader.java:359) at org.apache.tapestry5.internal.services.ComponentInstantiat

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-12 Thread Alex Kotchnev
Christian, can you jot down a few instructions on getting this done ? Is this the T5.1 out of SVN ? Or is this just following the instructions that someone (maybe you) posted a few weeks ago ? Also, do you know if this runs properly on the local dev server ? There is an issue w/ 5.0 and the

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-11 Thread Marcus Veloso
Nice work, Christian!

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-11 Thread Thiago H. de Paula Figueiredo
Em Tue, 11 Aug 2009 16:11:01 -0300, Christian Köberl escreveu: I've finally managed to run a Tapestry 5.1 application in GAE. I used the Tapestry integration test app: http://tapestry-test.appspot.com/ For more background on this see: http://derkoe.wordpress.com/2009/08/11/tapestry-5-1-in-the

Re: Tapestry 5.1 running in Google App Engine (GAE)

2009-08-11 Thread Angelo Chen
Hi, That's a great news and the app runs quite fast in GAE, seems not hibernate samples, is hibernate option supported in GAE/T5 as well? Angelo Christian Köberl-2 wrote: > > > I've finally managed to run a Tapestry 5.1 application in GAE. I used the > Tapestry integration test app: http://

Tapestry 5.1 running in Google App Engine (GAE)

2009-08-11 Thread Christian Köberl
I've finally managed to run a Tapestry 5.1 application in GAE. I used the Tapestry integration test app: http://tapestry-test.appspot.com/ For more background on this see: http://derkoe.wordpress.com/2009/08/11/tapestry-5-1-in-the-cloud/ -- View this message in context: http://n2.nabble.com/Tap