I use the following code to update an object from servlet in Google
App Engine :
String Time_Stamp="[ 2010-05-26 ]",query="select from
"+Contact_Info_Entry.class.getName()+" where Contact_Id ==
'"+Contact_Id+"' order by Contact_Id desc";
PersistenceManager pm=null;
try
{
pm=
I'm learning to use Google App Engine, I installed it in Netbeans, the
project works, but when I clicked on "Deploy To Google App Engine", I
got the following error :
Beginning server interaction for ...
0% Creating staging directory
5% Scanning for jsp files.
8% Compiling jsp files.
11% Compiling