Hi guys,
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/
bob
florin.g wrote:
Could it be that this is the moment for Click to step in?
Google offers free development for now, Click has low barrier for entry.
Package a version of Click to work on appengine?