Any updates on the remote_api for Java ?
On Feb 24, 4:37 pm, "Ikai L (Google)" wrote:
> You should be able to connect this:
>
>
>
>
>
> remoteapi
>
> com.google.apphosting.utils.remoteapi.RemoteApiServlet
>
>
> remoteapi
> /remote_api
>
>
>
> remote
I use the low level App Engine data store API, as it gives me the
flexibility of having defining schemas on the fly, as Entities on the
app engine don't really need a schema.
Normally, if i needed to define a composite index that is based on an
Entity's property and its ancestor; i can do so by de