Re: [appengine-java] appengine unaware code!

2010-05-21 Thread Chau Huynh
You can take a look on 4 types of key on app engine and choose what you want: http://code.google.com/appengine/docs/java/datastore/creatinggettinganddeletingdata.html#Keys On Sat, May 22, 2010 at 5:35 AM, aijazzz wrote: > Hi, > I was looking to some examples to start my work on google appengine

[appengine-java] appengine unaware code!

2010-05-21 Thread aijazzz
Hi, I was looking to some examples to start my work on google appengine application and found out that I have to use appengine related code in source. For example, in a database example I found this, import com.google.appengine.api.datastore.Key; I am wondering if there is a way I can keep my code