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. Than write a post about it on the official blog :). (and add Click to the page mentioned by the URL so that everybody knows about it there) Also a live example wouldn't be bad. Unfortunately Cayenne does not run on GAE/J so some DB independent example would be required :(. A. -- View this message in context: http://n2.nabble.com/Click-and-Google-AppEngine-tp2620149p2620878.html Sent from the click-user mailing list archive at Nabble.com.
