Has anyone got a Clojure app running on Google App Engine Java 11 environment?
@danielcompton Tried a while back can't remember exactly what version of java. Kinda gave up on it because of the entire uberwar
and unzipping it. Reached the deploy files limit pretty fast. Seems like appengine is moving in a different direction by dropping the appengine sdk env. For new projects trying to go with clojurescript + nodejs for appengine.
Case it helps collected these links:
<https://github.com/alpeware/jaq-services>
<https://github.com/alpeware/lein-jaq>
<https://github.com/xlfe/clojure-app-engine>
<https://github.com/migae/boot-gae>
<https://github.com/nickbauman/cljgae-template>
<https://github.com/SimpleValue>
<https://blog.jeaye.com/2016/08/23/clojure-app-engine/>
<http://flowa.fi/blog/2014/04/25/clojure-gae-howto.html>
Thanks! gae-clj was what I needed
Most of the docs on Clojure and App Engine are for the old model, not the new gvisor based one
https://cloud.google.com/appengine/docs/standard/java11/building-app/