Demonstrates using Objectify in a simple GAE web application.
This example uses a singleton ObjectifyFactory instance in the ObjectifyService class.
The important things to note:
- Call
ObjectifyService.init()and register your entity classes in a servlet context listener - Wrap all requests in the
ObjectifyService$Filter(orFilterJavaxif usingjavax.servletinstead ofjakarta.servlet).