Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
The demo source : http://github.com/bitiboy/t5ongae/tree/master 2009/4/13 Jun Tsai jun.t...@gmail.com hi, I had deployed a demo application on GAE. http://ganshane.appspot.com I will write a tutorial.pls use Tapestry 5.0.18 version! -- regards, Jun Tsai 免费OA系统 http://www.fepss.com

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread dwi ardi irawan
wow, coolhow bout tapestry 5.1 ? any progress so far ? just curious... -- http://dwiardiirawan.blogspot.com cos everyone could be extraordinary...lighten up !

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Christian Edward Gruber
It's the stax dependency on javax.xml.stream for the moment. Howard, any thoughts about having an alternate template processor? It's injected, so would that be feasible? Christian. On 13-Apr-09, at 11:10 , dwi ardi irawan wrote: wow, coolhow bout tapestry 5.1 ? any progress so far ?

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Howard Lewis Ship
I chose Stax because parsing using SAX had gotten so complicated that it was hard to add the many new features I wanted in 5.1. Anythings possible, but I'd like to see how flexible the GAE people are in terms of opening up the STAX API. On Mon, Apr 13, 2009 at 8:11 AM, Christian Edward Gruber

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Christian Edward Gruber
It's not the stax api per-se, it's the javax.xml.stream.* upstream dependency, but the question is still valid. Christian. On 13-Apr-09, at 11:36 , Howard Lewis Ship wrote: I chose Stax because parsing using SAX had gotten so complicated that it was hard to add the many new features I

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
The main exception: java.lang.RuntimeException: Exception constructing service 'TemplateParser': Error invoking constructor org.apache.tapestry5.internal.services.TemplateParserImpl(Map, boolean) (at TemplateParserImpl.java:50) via

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Ben Gidley
I spent several hours trying to hack around this limitation using the maven shade plugin to produce build of woodstox that doesn't reference javax.xml.stream. I did suceed in this, only to be defeated by an internal method of determining which pull parser to pick as it requires you inherit off

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Christian Edward Gruber
The GAE team has indicated on the list that they will be further investigating the non-whitelisted classes towards this end. I don't want to upstage anything officially announced, but rest assured the question of what to whitelist is under discussion. What isn't clear is how fast the

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Ben Gidley
I asked on their group and they said raise a bug - so it is raised at http://code.google.com/p/googleappengine/issues/detail?id=1283 So we can wait and see. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr 13, 2009 at 6:15 PM, Christian Edward Gruber christianedwardgru...@gmail.com

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread ஸ்ரீராம் கீர்த்தி
Thanks a lot Jun. It works like a charm. Now am trying add the app-engine's sdk and dependency jars to maven's support. some help is found at: http://shalinsays.blogspot.com/2009/04/google-app-engine-and-maven.html 2009/4/13 Jun Tsai jun.t...@gmail.com The demo source :

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Piero Sartini
voted for it! :) Am Montag 13 April 2009 19:23:34 schrieb Ben Gidley: I asked on their group and they said raise a bug - so it is raised at http://code.google.com/p/googleappengine/issues/detail?id=1283 So we can wait and see. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr

Re: SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-13 Thread Jun Tsai
voted it. :) 2009/4/14 Ben Gidley b...@gidley.co.uk I asked on their group and they said raise a bug - so it is raised at http://code.google.com/p/googleappengine/issues/detail?id=1283 So we can wait and see. Ben Gidley www.gidley.co.uk b...@gidley.co.uk On Mon, Apr 13, 2009 at 6:15

SUCCESSFULL deploy Tapestry5 on google appengine

2009-04-12 Thread Jun Tsai
hi, I had deployed a demo application on GAE. http://ganshane.appspot.com I will write a tutorial.pls use Tapestry 5.0.18 version! -- regards, Jun Tsai 免费OA系统 http://www.fepss.com