> Sami Siren (of Nutch or Tika fame) got Click working on AppEngine [1].
>
> Note he had to set the OGNL security manager to null:
>
> OgnlRuntime.setSecurityManager(null);
>
> And since AppEngine doesn't allow writing to the the File system, auto
> deploy won't work. So one will have to ensure all resources are in
> place when deploying to the server.
>
> Another issue one will run into is the FileUpload control which writes
> to the File system by default. FileUpload does support a streaming API
> so this might be a way to handle uploads.
>
> [1]: http://people.apache.org/~siren/
Maybe be it would be good to be mentioned here too?:
http://spreadsheets.google.com/pub?key=pRJ_0hajVrhacLjp3HqD5ew
Joseph.
--
View this message in context:
http://n2.nabble.com/Click-and-Google-AppEngine-tp2620149p2629048.html
Sent from the click-user mailing list archive at Nabble.com.