Top "Objectify" questions

Objectify is a 3rd party Java data access API specifically designed for Google Cloud Datastore in the App Engine Standard runtime.

Python Lxml (objectify): Checking whether a tag exists

I need to check whether a certain tag exists in an xml file. For example, I want to see if …

python xml lxml objectify
When do you register classes in Objectify for GAE?

So this might be kind of a dumb question but when do you register classes with: ObjectifyService.register( User.class ); …

java google-app-engine objectify
How to sort responses in Objectify?

I'm currently building an app for deployment to GAE, using Objectify 3.1. I am getting strange results when attempting to do …

google-app-engine google-cloud-datastore objectify