[appengine-java] Re: news on remote_api for java ?

2010-02-26 Thread AGS Rest
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

[appengine-java] Defining composite indexes

2010-02-26 Thread AGS Rest
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