[google-appengine] Re: AppEngine / Endpoints - Persist entities in GET (list) call, getting NoPersistenceInformationException

2016-02-08 Thread Adrian Buchmann
Okay, after a weekend of pain I finally found a solution. I never expected it, but It's because I used object initializers to create my object. It seems like the outcome is different and the generated objects are not persistable... On Sunday, February 7, 2016 at 4:01:24 PM UTC+1, A

[google-appengine] AppEngine / Endpoints - Persist entities in GET (list) call, getting NoPersistenceInformationException

2016-02-07 Thread Adrian Buchmann
Hi I'm not sure if it's possible what I'm trying to do. But for our application I also have to gather data from a 3rd-party API and I would like to persist the to the datastore for caching reasons. To implement the solution I'm using Eclipse with the App Engine plugin and I have created a simp

[google-appengine] GeoSpatial Query for Student Project

2016-01-27 Thread Adrian Buchmann
Hi For a student project (it's just a prototyp) we have created an RESTful API on the App Engine. We'll use the api as a data source for a hybrid mobile app to display spotted birds on a (Google) map. To reduce the bandwidth requirements I have created a geospatial filter (https://cloud.google