Google App Engine how to get an object from the servlet ?
- by Frank
I have the following class objects in Google App Engine's dadastore, I can see them from the "Datastore Viewer " :
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.IdentityType;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
…