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
Looking for opinions on using Objectify-appengine instead of JDO in GAE-J

I've been slowly and a bit painfully working my way up the datastore/JDO learning curve in GAE. Recently I've …

google-app-engine frameworks google-cloud-datastore objectify
Stripping python namespace attributes from an lxml.objectify.ObjectifiedElement

Possible Duplicate: When using lxml, can the XML be rendered without namespace attributes? How can I strip the python attributes …

python formatting lxml objectify elementtree