Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any caveats in using Objectify with Google Cloud Endpoints on App Engine Java?

I'm developing an app on Appengine & Android, and am planning to use Google Cloud Endpoints for the API and GCM for the communications between the cloud and mobile. I had intended to use Objectify for the data persistence, but am wondering if I will run into unexpected trouble with it - particularly with different annotations, or other requirements. Does anyone have any experience they can warn me about?

like image 993
Richard Russell Avatar asked Oct 05 '22 08:10

Richard Russell


1 Answers

Objectify is considered a supported framework for use with Endpoints, so if you encounter issues, they'd be viewed as bugs. A number of trusted testers have been using it with success.

like image 161
Dan Holevoet Avatar answered Oct 10 '22 03:10

Dan Holevoet