Jason,
Is not necessary to release o close the DatastoreService when the
datastore operations have finished?

Thanks

On Oct 19, 8:12 pm, "Jason (Google)" <[email protected]> wrote:
> Currently, most datastore examples use JDO, and the only official
> documentation available for the low-level API are the Javadocs that you
> linked to in your first post. It's a fairly straightforward API, however, so
> you shouldn't need too much training. Just get a reference to a
> DatastoreService instance and use it to get and retrieve Entity objects:
>
> DatastoreService ds = DatastoreServiceFactory.getDatastoreService();
> ...
>
> If you have any specific questions or find any descriptions confusing,
> please let me know and I'll be happy to work through these issues with you.
>
> - Jason
>
> On Thu, Oct 15, 2009 at 1:45 PM, Iqbal Yusuf Dipu
> <[email protected]>wrote:
>
>
>
> > Hi,
>
> > Is there any online reference material with some examples available
> > for low-level api with datastore in Java without using JDO/JPA? The
> > main app engine site has only reference to api doc for datastore.
>
> >http://code.google.com/appengine/docs/java/javadoc/com/google/appengi...
>
> > Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to