Open GoogleCodeExporter opened 9 years ago
After reading this thread here:
https://groups.google.com/forum/#!topic/google-appengine/VjlTncfnwFo
I now realize this is bad idea the way I initially envisioned it (which was
porting Objectify code to use the new API). Instead, I think it would be better
to follow the recommendation in that thread, and create a proxy service. That
is what is happening under the covers anyways.
Ideally Objectify would provide a Servlet to proxy requests via App Engine, and
a client side lib that implemented the current Objectify API (passing requests
to the proxy).
Original comment by james.ta...@jrtechnical.com
on 13 Jan 2014 at 6:32
Rumor has it that Google is working on a Low Level API adapter for GCE. That
seems the most likely way to get Objectify working from GCE.
Original comment by lhori...@gmail.com
on 14 Apr 2014 at 2:27
It does work on other infrastructures if you use AppScale (implements the
datastore API with cassandra).
Original comment by R...@appscale.com
on 27 Oct 2014 at 11:57
Original issue reported on code.google.com by
james.ta...@jrtechnical.com
on 13 Jan 2014 at 5:30