As far as I know, there isn't a native Restlet API for datastore access. One more way to access the datastore is using the low-level API:
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html <http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html>Typically, we only recommend using this API for framework builders. Restlet is open source, so I'm sure if you contributed a great datastore API they'd be happy to merge it. On Fri, Jan 15, 2010 at 1:56 PM, Mohammad Abdurraafay < [email protected]> wrote: > Hey, > > I'm quite new to Google App Engine. But yeah, I'm trying to use > Restlet Framework to build RESTful Web Services. My question is, What > are all possible ways to access datastore? I know about JDO and JPA. > But I was wondering if I can use Restlet specific API to access > datastore. Please, if anyone tried it let me know. > > Thanks, > Abdurraafay. > http://bit.ly/Abdurraafay > > Sent from my iPhone > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > > -- Ikai Lan Developer Programs Engineer, Google App Engine--
You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
