I am new to appengine and JSP. I have seen google Help for datatsore, but i can't understand that. Is there any tutorial or someone who explains insertion, deletion and Query appengine datastore.
Thanks in Advance
I am new to appengine and JSP. I have seen google Help for datatsore, but i can't understand that. Is there any tutorial or someone who explains insertion, deletion and Query appengine datastore.
Thanks in Advance
Personally, I've learnt to use GAE DataStore with Dan Pilone's videos on O'Reilly media, he uses JPA, but doesn't assume prior knowledge of it.
About the low level API, I found this with a google search. However, my suggestion would be to learn a higher level abstraction rather than the low level API. In addition to JPA and JDO there are other frameworks such as objectify.