[appengine-java] remote_api get and put

2011-08-12 Thread Kevin Kuei
Dear All, I'm trying to use remote_api to query and update an entity on datastore. I read the following article and successfully query the data. http://code.google.com/intl/en/appengine/docs/java/tools/remoteapi.html But the poor thing is, after the query, I would like to update the entity. But

[appengine-java] Re: android app and google app engine

2011-04-25 Thread Kevin
Is there a reason why you don't use the datastore? On Apr 21, 5:56 am, dass wrote: > I have developed an android app  which decodes a QR code .I need to > send this decoded information to a sever which has a Mysql database. > Here I need to check in database that the information is present or >

[appengine-java] Problems pointing my GoDaddy domain to App Engine (no other posts have been able to help!)

2010-11-09 Thread Kevin M
So I have a domain hosted on GoDaddy.com and I just set up Google App Engine and Google Apps. I registered my new domain with Google Apps so that I can see it in my dashboard and I believe I did what I needed to do to verify I'm the owner of the domain. I added the CNAME entry in GoDaddy for www to

[appengine-java] Integration with OpenJPA

2010-10-07 Thread Kevin
de more details (stack traces, test projects, etc) if I get some indication that there is interest in this exercise.) Thanks for any information, Kevin Apache OpenJPA PMC [1] http://code.google.com/appengine/docs/java/datastore/usingjpa.html#Setting_Up_JPA -- You received this message because you

Re: [appengine-java] URLFetch HTTPRequest.fetch throws NPE

2009-12-09 Thread Kevin Shekleton
This looks like it might be http://code.google.com/p/googleappengine/issues/detail?id=2412 On Wed, Dec 9, 2009 at 4:03 AM, Satheesh Babu Vattekkat wrote: > Hi, > > I've a code like this to a remote web service (under https) that > expects a form data post. Output is XML. > > URLFetchService f =