0

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

gr8sniper
  • 49
  • 3
  • 7

1 Answers1

1

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.

Community
  • 1
  • 1
stivlo
  • 83,644
  • 31
  • 142
  • 199